From 2656c25895fade2552c2ae4e2f63d13c6027c248 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 17 May 2009 19:56:47 +0200 Subject: on itk the global htpasswd_dir must be global readable --- manifests/itk.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/itk.pp') 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/ -- cgit v1.2.3