puppet: Add munin packages.

(imported from commit 4cefc2505b03df7de42c8e7e2adcff9490753476)
This commit is contained in:
Jessica McKellar 2013-01-02 16:29:25 -05:00
parent 9083b0f184
commit 7c7263ebfe

View File

@ -32,7 +32,8 @@ class humbug_base {
$packages = [ "screen", "strace", "vim", "emacs23-nox", "git", "python-tz",
"sqlite3", "ntp", "python-simplejson", "host",
"openssh-server", "python-pip", "puppet-el",
"iptables-persistent", "nagios-plugins-basic", ]
"iptables-persistent", "nagios-plugins-basic", "munin-node",
"munin-plugins-extra" ]
package { $packages: ensure => "installed" }
# FIXME: Stop using pip since it is insecure
@ -285,7 +286,7 @@ class humbug_trac {
}
class humbug_nagios {
$nagios_packages = [ "nagios3", ]
$nagios_packages = [ "nagios3", "munin", "autossh" ]
package { $nagios_packages: ensure => "installed" }
apache2site { 'nagios':