mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
puppet: Add munin packages.
(imported from commit 4cefc2505b03df7de42c8e7e2adcff9490753476)
This commit is contained in:
parent
9083b0f184
commit
7c7263ebfe
@ -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':
|
||||
|
||||
Loading…
Reference in New Issue
Block a user