diff options
author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2009-12-01 16:53:31 -0500 |
---|---|---|
committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2009-12-01 16:53:31 -0500 |
commit | 02935fb15e9c8d37506601a7eeb9456df98346be (patch) | |
tree | 7011261d2b498216d041d4cb87bba0bc2a4558cb | |
parent | ee7599dad363f36bb5e514ae6508624378af6919 (diff) |
use 'www-data' instead of 'apache' as group for debian config
-rw-r--r-- | manifests/debian.pp | 2 |
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' } } |