aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
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,