summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2009-12-01 16:53:31 -0500
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2009-12-01 16:53:31 -0500
commit02935fb15e9c8d37506601a7eeb9456df98346be (patch)
tree7011261d2b498216d041d4cb87bba0bc2a4558cb /manifests/debian.pp
parentee7599dad363f36bb5e514ae6508624378af6919 (diff)
use 'www-data' instead of 'apache' as group for debian config
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 38659eb..699a83c 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -11,4 +11,6 @@ class nagios::debian inherits nagios::base {
name => 'nagios3',
hasstatus => true,
}
+
+ File['nagios_htpasswd', 'nagios_cgi_cfg'] { group => 'www-data' }
}