diff --git a/servers/puppet/manifests/site.pp b/servers/puppet/manifests/site.pp index 379df57c8d..e1ad231908 100644 --- a/servers/puppet/manifests/site.pp +++ b/servers/puppet/manifests/site.pp @@ -31,7 +31,7 @@ define common::append ($file, $line) { class humbug_base { $packages = [ "screen", "sudo", "strace", "vim", "emacs", "git", "python-tz", "sqlite3", "python-tornado", "python-simplejson", "python-pygments", "ipython", - "python-django", "openssh-server", "python-pip", "puppet-el", ] + "python-django", "openssh-server", "python-pip", "puppet-el", "python-flup", ] package { $packages: ensure => "installed" } # FIXME: Stop using pip since it is insecure