mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
puppet: We don't need pip installed on our servers.
(imported from commit 540d2f561e3876b0d8f849943a157b26e0c5e942)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
class zulip::base {
|
class zulip::base {
|
||||||
$base_packages = [ "screen", "strace", "vim", "emacs23-nox", "git", "python-tz",
|
$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",
|
"postgresql-client-9.1", "molly-guard", "python-requests",
|
||||||
"moreutils", "ipython",
|
"moreutils", "ipython",
|
||||||
"python-boto", "python-netifaces" ]
|
"python-boto", "python-netifaces" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user