mirror of https://github.com/zulip/zulip.git
[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:
parent
b8a4aa9ef3
commit
eb8cb4d108
|
@ -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" }
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue