summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/defines/vhost_files.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/defines/vhost_files.pp b/manifests/defines/vhost_files.pp
index e86196f..cb8e0fb 100644
--- a/manifests/defines/vhost_files.pp
+++ b/manifests/defines/vhost_files.pp
@@ -307,13 +307,13 @@ define apache::vhost::file::documentrootfile(
}
define apache::vhost::file::documentrootdir(
- $ensure => directory,
+ $ensure = directory,
$documentroot,
$filename,
$thedomain,
- $owner='root',
- $group='0',
- $mode=440
+ $owner = 'root',
+ $group = '0',
+ $mode = 440
){
file{"$documentroot/$filename":
require => Apache::Vhost::Webdir["$thedomain"],