Install nagios-plugins-basic on every machine

We need this for check_debian_packages.

(imported from commit 588dfbe7d5b69acfd1db7fcf4060b64ec5151c2d)
This commit is contained in:
Keegan McAllister 2012-11-21 14:01:17 -05:00
parent 5836462cb4
commit 4b1a2e8a8a
1 changed files with 1 additions and 1 deletions

View File

@ -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