From eb8cb4d1084331d8751dffa33545a30afdfe581f Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Wed, 29 May 2013 08:48:18 -0700 Subject: [PATCH] [manual] Include postgres and checkrestart as requirements for the default install These changes can be applied with "puppet apply"; no pre- or post- action is required. (imported from commit 95448c53313b48337b084ca92174622c6ef67417) --- servers/puppet/modules/humbug/manifests/base.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }