Merge branch 'stretch_merge' of https://github.com/cliffe/SecGen into stretch_merge

This commit is contained in:
thomashaw
2018-10-08 19:18:06 +01:00
2 changed files with 5 additions and 4 deletions

View File

@@ -1 +1,2 @@
include '::mysql::server'
include '::mysql::server'
include '::mysql::client'

View File

@@ -1,3 +1,3 @@
class { '::php':
apache_config => true,
}
ensure_packages(['php-mysql','libapache2-mod-php'])
class { '::php': }