summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-30 13:39:20 +0000
committermh <mh@immerda.ch>2008-11-30 13:39:20 +0000
commitfb739f02a60321a0019e93f101d0c6b6352801a6 (patch)
tree3fbe96229b2a3c7c65b2f28c3c5d52f70bf4c447 /manifests/init.pp
parent734cf5b60fc6d4b18527303dca64acc538fec55c (diff)
adjusted group for webdir on openbsd
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index b96601a..a2cad78 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -203,6 +203,9 @@ class apache::openbsd inherits apache::base {
File['htpasswd_dir']{
owner => www,
}
+ File[web_dir]{
+ group => daemon,
+ }
line{'enable_apache_on_boot':
file => '/etc/rc.conf.local',
line => 'httpd flags=""',