From 3d284648c7d00d94d97c4bf20726076e81e58612 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Tue, 1 Dec 2009 16:00:22 -0500 Subject: use correct package name for snmp plugins on debian --- manifests/debian.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], } -- cgit v1.2.3