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:
Keegan McAllister 2013-04-05 19:02:07 -04:00 committed by Zev Benjamin
parent 52e0aa59a6
commit 3e19afc95f

View File

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