mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
puppet: Move python-requests to base.pp.
It's needed to use the Humbug API, which most of our machines end up using anyway. (imported from commit 95a3317ab25632007deaadf74da5bec175641d27)
This commit is contained in:
@@ -8,7 +8,7 @@ class humbug::app_frontend {
|
||||
"python-django-statsd-mozilla",
|
||||
"build-essential", "libssl-dev", "supervisor",
|
||||
"python-boto", "python-defusedxml", "python-twitter",
|
||||
"python-twisted", "python-markdown", "python-requests",
|
||||
"python-twisted", "python-markdown",
|
||||
"python-django-south", "python-mock", "python-pika",
|
||||
"python-django-pipeline", "hunspell-en-us",
|
||||
"python-django-bitfield", "python-embedly",
|
||||
|
||||
@@ -4,7 +4,7 @@ class humbug::base {
|
||||
"openssh-server", "python-pip", "puppet-el",
|
||||
"iptables-persistent", "nagios-plugins-basic", "munin-node",
|
||||
"munin-plugins-extra", "postgresql-client-9.1",
|
||||
"debian-goodies", "moreutils", ]
|
||||
"debian-goodies", "moreutils", "python-requests", ]
|
||||
package { $packages: ensure => "installed" }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user