diff options
author | varac <varacanero@zeromail.org> | 2012-09-18 10:22:09 +0200 |
---|---|---|
committer | Leap devs <sysdev@leap.se> | 2012-09-19 16:07:22 +0000 |
commit | 715ea7b4473da8c44982ae866278da1654543d4d (patch) | |
tree | 47bbe9b37a7af78a57eb2dd3335a7770bf669456 /manifests | |
parent | bc4532eaa4450bcf84288c95f06ab7ae978ad072 (diff) |
require pnp4nagios package for config file
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/pnp4nagios.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/pnp4nagios.pp b/manifests/pnp4nagios.pp index 1eb2bf7..0f86d2a 100644 --- a/manifests/pnp4nagios.pp +++ b/manifests/pnp4nagios.pp @@ -22,7 +22,8 @@ class nagios::pnp4nagios { source => [ "puppet:///modules/site-nagios/pnp4nagios/apache.conf", "puppet:///modules/nagios/pnp4nagios/apache.conf" ], mode => 0644, owner => root, group => root, - notify => Service['apache']; + notify => Service['apache'], + require => Package['pnp4nagios'], } # run npcd as daemon |