mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Puppet: Install moreutils on servers
So we can use the 'sponge' command in update-prod-static. I've already installed it on app and staging. (imported from commit 1527b1c0108d7a95b471dea82e8dedc88f944f70)
This commit is contained in:
parent
52e0aa59a6
commit
3e19afc95f
@ -4,7 +4,7 @@ class humbug::base {
|
||||
"openssh-server", "python-pip", "puppet-el",
|
||||
"iptables-persistent", "nagios-plugins-basic", "munin-node",
|
||||
"munin-plugins-extra", "postgresql-client-9.1",
|
||||
"debian-goodies", ]
|
||||
"debian-goodies", "moreutils", ]
|
||||
package { $packages: ensure => "installed" }
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user