summaryrefslogtreecommitdiff
path: root/manifests/itk.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-17 19:56:47 +0200
committermh <mh@immerda.ch>2009-05-17 19:56:47 +0200
commit2656c25895fade2552c2ae4e2f63d13c6027c248 (patch)
tree8970f38b7d26ce5c25186c5f0fbc95a0a7a74700 /manifests/itk.pp
parent2aa54a83e976d6ca359b0c27d26ba11227d4eb74 (diff)
on itk the global htpasswd_dir must be global readable
Diffstat (limited to 'manifests/itk.pp')
-rw-r--r--manifests/itk.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/itk.pp b/manifests/itk.pp
index eac0056..095d808 100644
--- a/manifests/itk.pp
+++ b/manifests/itk.pp
@@ -12,6 +12,10 @@ class apache::base::itk inherits apache::base {
Package['apache'] {
name => 'apache2-itk',
}
+
+ File['htpasswd_dir']{
+ mode => 0644;
+ }
}
# http://hostby.net/home/2008/07/12/centos-5-and-mpm-itk/