summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a21d881..b6663a1 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -117,7 +117,7 @@ class apache {
owner => root,
group => root,
mode => 0755,
- recurse => true,
+ recurse => false,
}
}
if !defined(Exec["/bin/mkdir -p ${docroot}"]) {