Puppet: Add missing packages python-flup

Needed for Django runfcgi.

(imported from commit cfd1f20a2f7a08c21e8ab3b321c2928a28319a54)
This commit is contained in:
Keegan McAllister 2012-10-27 12:11:22 -04:00
parent 6ab646cd53
commit 0f211673ac
1 changed files with 1 additions and 1 deletions

View File

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