summaryrefslogtreecommitdiff
path: root/manifests/vhost/webdir.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-02-23 14:38:49 +0100
committermh <mh@immerda.ch>2014-02-23 15:15:02 +0100
commit266a521842e55c5afdb9fe849c3fe392bb0b4ae2 (patch)
tree2225161671492887a73c471c7c3c5ee48d341a6d /manifests/vhost/webdir.pp
parente7e1cf15633fefe2f1fc1443c9ec4c01bd14abc9 (diff)
linting
Diffstat (limited to 'manifests/vhost/webdir.pp')
-rw-r--r--manifests/vhost/webdir.pp20
1 files changed, 10 insertions, 10 deletions
diff --git a/manifests/vhost/webdir.pp b/manifests/vhost/webdir.pp
index 507ab25..1e663e5 100644
--- a/manifests/vhost/webdir.pp
+++ b/manifests/vhost/webdir.pp
@@ -1,15 +1,15 @@
# create webdir
define apache::vhost::webdir(
- $ensure = present,
- $path = 'absent',
- $owner = root,
- $group = apache,
- $mode = 0640,
- $run_mode = 'normal',
- $manage_docroot = true,
- $documentroot_owner = root,
- $documentroot_group = apache,
- $documentroot_mode = 0640,
+ $ensure = present,
+ $path = 'absent',
+ $owner = root,
+ $group = apache,
+ $mode = 0640,
+ $run_mode = 'normal',
+ $manage_docroot = true,
+ $documentroot_owner = root,
+ $documentroot_group = apache,
+ $documentroot_mode = 0640,
$documentroot_recurse = false
){
$real_path = $path ? {