summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-17 19:55:30 +0200
committermh <mh@immerda.ch>2009-05-17 19:55:30 +0200
commit2aa54a83e976d6ca359b0c27d26ba11227d4eb74 (patch)
treee5a54177274b009f8fac391e292661468876f116 /manifests/init.pp
parent7679d508c02ee4e69ba8b600cc263fbf41beb009 (diff)
make the htpasswd dir more secure
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/',