summaryrefslogtreecommitdiff
path: root/manifests/openbsd.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-02-23 15:17:06 +0100
committermh <mh@immerda.ch>2014-02-23 15:17:06 +0100
commitbcb25abcb26f7ebb522f3c0dc3288c6a97ccf158 (patch)
tree091fab6e30f59bdc1ea31007c8006e20c7ccf9fd /manifests/openbsd.pp
parent266a521842e55c5afdb9fe849c3fe392bb0b4ae2 (diff)
introduce a datadir for all dynamic hostings
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',