diff options
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 53e621f..035b603 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -29,7 +29,7 @@ class php { $folder = $::lsbdistcodename ? { 'xenial' => '/etc/php', default => '/etc/php5', - }, + } file { [ "${folder}", "${folder}/cli", "${folder}/apache2" ]: ensure => directory, |