From 02935fb15e9c8d37506601a7eeb9456df98346be Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Tue, 1 Dec 2009 16:53:31 -0500 Subject: use 'www-data' instead of 'apache' as group for debian config --- manifests/debian.pp | 2 ++ 1 file changed, 2 insertions(+) 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' } } -- cgit v1.2.3