diff options
author | varac <varacanero@zeromail.org> | 2012-09-17 19:49:01 +0200 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-02-14 17:59:00 -0500 |
commit | bb37870bc5cd38e0d7e5480c941aebe7dd9589de (patch) | |
tree | cb3c39b39c2b384d176e2f8c5c4efc6735e3b163 /manifests | |
parent | c35d053d62ff363a53b797aca10e254bd4a405e2 (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'], } |