summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index fcc3a3d..38659eb 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -2,7 +2,7 @@ class nagios::debian inherits nagios::base {
Package['nagios'] { name => 'nagios3' }
- package { [ 'nagios-plugins', 'nagios-plugins-snmp','nagios-nrpe-plugin' ]:
+ package { [ 'nagios-plugins', 'nagios-snmp-plugins','nagios-nrpe-plugin' ]:
ensure => 'present',
notify => Service['nagios'],
}