summaryrefslogtreecommitdiff
path: root/manifests/defines
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/defines')
-rw-r--r--manifests/defines/vhost_files.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/defines/vhost_files.pp b/manifests/defines/vhost_files.pp
index 109a3c5..fc12721 100644
--- a/manifests/defines/vhost_files.pp
+++ b/manifests/defines/vhost_files.pp
@@ -297,7 +297,7 @@ define apache::vhost::file::documentroot(
path => $real_path,
source => $real_source,
ensure => file,
- require => File[real_path]
+ require => File[real_path],
mode => 440;
}