From 6593cf6eb205800dbc9389c47dc9b58db6c44497 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 17 May 2009 21:24:21 +0200 Subject: we set now the group --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') 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, -- cgit v1.2.3