summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-17 21:24:21 +0200
committermh <mh@immerda.ch>2009-05-17 21:24:21 +0200
commit6593cf6eb205800dbc9389c47dc9b58db6c44497 (patch)
treee9e5f0f5dde26b8545cf2b9885d9eb77621cc22e /manifests/init.pp
parentfdc007bdda3f69bec34452a2f1f0acce015875db (diff)
we set now the group
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 235a5c6..a6b6c3e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -215,7 +215,7 @@ class apache::openbsd inherits apache::base {
path => "$config_dir/conf.d/",
}
File['htpasswd_dir']{
- owner => www,
+ group => www,
}
File[web_dir]{
group => daemon,