summaryrefslogtreecommitdiff
path: root/manifests/itk.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-17 21:34:23 +0200
committermh <mh@immerda.ch>2009-05-17 21:34:23 +0200
commitc4b3c53375ab001c5cb6407537d64ff3b2ec35cf (patch)
tree327f72506b6fe270b8c019c206f107cd34406379 /manifests/itk.pp
parentc6d686529bba268de0b6655cff6fc0482ced49d8 (diff)
with 644 we don't need a special group
Diffstat (limited to 'manifests/itk.pp')
-rw-r--r--manifests/itk.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/itk.pp b/manifests/itk.pp
index 1608141..b53c059 100644
--- a/manifests/itk.pp
+++ b/manifests/itk.pp
@@ -14,6 +14,7 @@ class apache::base::itk inherits apache::base {
}
File['htpasswd_dir']{
+ group => 0,
mode => 0644,
}
}