From c609d347b7cd948adb35ca5e6106f1aadf25e1ae Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 3 Jun 2013 11:47:01 -0400 Subject: [PATCH] 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) --- servers/puppet/modules/humbug/manifests/app_frontend.pp | 2 +- servers/puppet/modules/humbug/manifests/base.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/puppet/modules/humbug/manifests/app_frontend.pp b/servers/puppet/modules/humbug/manifests/app_frontend.pp index 213224f294..148c7315b4 100644 --- a/servers/puppet/modules/humbug/manifests/app_frontend.pp +++ b/servers/puppet/modules/humbug/manifests/app_frontend.pp @@ -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", diff --git a/servers/puppet/modules/humbug/manifests/base.pp b/servers/puppet/modules/humbug/manifests/base.pp index b40c2b2290..882bb1307e 100644 --- a/servers/puppet/modules/humbug/manifests/base.pp +++ b/servers/puppet/modules/humbug/manifests/base.pp @@ -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" }