[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)
This commit is contained in:
Luke Faraone 2013-05-29 08:48:18 -07:00 committed by Luke Faraone
parent b8a4aa9ef3
commit eb8cb4d108
1 changed files with 1 additions and 1 deletions

View File

@ -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" }