mirror of https://github.com/zulip/zulip.git
Puppet: Add missing packages python-flup
Needed for Django runfcgi. (imported from commit cfd1f20a2f7a08c21e8ab3b321c2928a28319a54)
This commit is contained in:
parent
6ab646cd53
commit
0f211673ac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue