summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-09-17 19:49:01 +0200
committervarac <varacanero@zeromail.org>2012-09-17 19:49:01 +0200
commitd10c8f093784551f74b382a76ca27f7855df0025 (patch)
tree58649d888703d57bcb769db2dc8dac03e610c3c0 /manifests
parentf1b4a418438a627d40ef61e462639268571ebbc2 (diff)
depend on pnp4nagios instead of npcd
Diffstat (limited to 'manifests')
-rw-r--r--manifests/pnp4nagios.pp2
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'],
}