summaryrefslogtreecommitdiff
path: root/manifests/itk.pp
diff options
context:
space:
mode:
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/