summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 138a16e..47e00eb 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -102,8 +102,8 @@ define apache::vhost::file(
ensure => directory,
owner => root,
group => 0,
- mode => 0755
- require => Class[apache]
+ mode => 0755,
+ require => Class[apache],
}
$real_destination = $destination ? {