diff options
Diffstat (limited to 'manifests')
-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' } } |