summaryrefslogtreecommitdiff
path: root/manifests/defines/vhost_files.pp
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2009-02-17 12:25:13 +0000
committerandreas <andreas@immerda.ch>2009-02-17 12:25:13 +0000
commit8c71f05376a400d27797237fa87e866b2e59133a (patch)
treea3e6fdf738b4f4f009da477cb823e7fc873ffe6a /manifests/defines/vhost_files.pp
parent490f43b5905760e8e32ac2b27882d137caf6d34d (diff)
typo
Diffstat (limited to 'manifests/defines/vhost_files.pp')
-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;
}