From bcb25abcb26f7ebb522f3c0dc3288c6a97ccf158 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 23 Feb 2014 15:17:06 +0100 Subject: introduce a datadir for all dynamic hostings --- manifests/openbsd.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/openbsd.pp') 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', -- cgit v1.2.3