From 4b1a2e8a8ad9f9be10b09cdfb59ef886575fc3ee Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Wed, 21 Nov 2012 14:01:17 -0500 Subject: [PATCH] Install nagios-plugins-basic on every machine We need this for check_debian_packages. (imported from commit 588dfbe7d5b69acfd1db7fcf4060b64ec5151c2d) --- servers/puppet/manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/puppet/manifests/site.pp b/servers/puppet/manifests/site.pp index dfef7c0f7c..7352d27cbf 100644 --- a/servers/puppet/manifests/site.pp +++ b/servers/puppet/manifests/site.pp @@ -32,7 +32,7 @@ class humbug_base { $packages = [ "screen", "strace", "vim", "emacs", "git", "python-tz", "sqlite3", "ntp", "python-tornado", "python-simplejson", "python-pygments", "ipython", "host", "python-django", "openssh-server", "python-pip", "puppet-el", "python-flup", - "iptables-persistent", ] + "iptables-persistent", "nagios-plugins-basic", ] package { $packages: ensure => "installed" } # FIXME: Stop using pip since it is insecure