diff options
author | varac <varacanero@zeromail.org> | 2012-09-17 19:49:01 +0200 |
---|---|---|
committer | Leap devs <sysdev@leap.se> | 2012-09-19 16:06:59 +0000 |
commit | 8d902141925b7890bb5c5d706ba7034cb0e42754 (patch) | |
tree | 10e5b5a2bd907373c102b67f573e563b185b1237 /manifests | |
parent | 3304733fa0b9bb1ddf49908c4d656fb472caa42c (diff) |
depend on pnp4nagios instead of npcd
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/pnp4nagios.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/pnp4nagios.pp b/manifests/pnp4nagios.pp index 6ab6986..dd9b0c6 100644 --- a/manifests/pnp4nagios.pp +++ b/manifests/pnp4nagios.pp @@ -38,7 +38,7 @@ class nagios::pnp4nagios { ensure => running, enable => true, hasstatus => true, - require => Package['npcd'], + require => Package['pnp4nagios'], } |