summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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=""',