mirror of https://github.com/zulip/zulip.git
Install nagios-plugins-basic on every machine
We need this for check_debian_packages. (imported from commit 588dfbe7d5b69acfd1db7fcf4060b64ec5151c2d)
This commit is contained in:
parent
5836462cb4
commit
4b1a2e8a8a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue