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:
Tim Abbott
2013-06-03 11:47:01 -04:00
parent d3ad2cd1d4
commit c609d347b7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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