summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
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 3a5d4bf..235a5c6 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -56,7 +56,7 @@ class apache::base {
file{'htpasswd_dir':
path => '/var/www/htpasswds/',
ensure => directory,
- owner => apache, group => 0, mode => 0700;
+ owner => root, group => apache, mode => 0640;
}
file{'web_dir':
path => '/var/www/',