mirror of https://github.com/zulip/zulip.git
puppet: We don't need pip installed on our servers.
(imported from commit 540d2f561e3876b0d8f849943a157b26e0c5e942)
This commit is contained in:
parent
17db94e728
commit
685cd64849
|
@ -1,6 +1,6 @@
|
|||
class zulip::base {
|
||||
$base_packages = [ "screen", "strace", "vim", "emacs23-nox", "git", "python-tz",
|
||||
"ntp", "python-simplejson", "host", "python-pip", "puppet-el",
|
||||
"ntp", "python-simplejson", "host", "puppet-el",
|
||||
"postgresql-client-9.1", "molly-guard", "python-requests",
|
||||
"moreutils", "ipython",
|
||||
"python-boto", "python-netifaces" ]
|
||||
|
|
Loading…
Reference in New Issue