summaryrefslogtreecommitdiff
path: root/manifests/openbsd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/openbsd.pp')
-rw-r--r--manifests/openbsd.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/openbsd.pp b/manifests/openbsd.pp
index 095f9ea..96a216a 100644
--- a/manifests/openbsd.pp
+++ b/manifests/openbsd.pp
@@ -46,7 +46,9 @@ class apache::openbsd inherits apache::base {
mode => '0700';
}
- ::apache::vhost::webdir{'default': }
+ ::apache::vhost::webdir{'default':
+ datadir => false,
+ }
Service['apache']{
restart => '/opt/bin/restart_apache.sh',