diff --git a/servers/puppet/modules/humbug/manifests/base.pp b/servers/puppet/modules/humbug/manifests/base.pp index 00c8ab2941..48be25d26d 100644 --- a/servers/puppet/modules/humbug/manifests/base.pp +++ b/servers/puppet/modules/humbug/manifests/base.pp @@ -3,7 +3,7 @@ class humbug::base { "sqlite3", "ntp", "python-simplejson", "host", "openssh-server", "python-pip", "puppet-el", "iptables-persistent", "nagios-plugins-basic", "munin-node", - "munin-plugins-extra" ] + "munin-plugins-extra", 'postgresql-client-9.1", "debian-goodies" ] package { $packages: ensure => "installed" }