From cd73e136010a4941288aac7fff11117760a6d2ea Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Thu, 13 Dec 2012 11:17:35 -0500 Subject: [PATCH] puppet: Add python postgres module (python-psycopg2) to humbug_app_frontend packages (imported from commit 3f41629d6f1e2c26458e223bc2135a53ac3bdd14) --- servers/puppet/manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/puppet/manifests/site.pp b/servers/puppet/manifests/site.pp index e897ddcfa5..d6660ae876 100644 --- a/servers/puppet/manifests/site.pp +++ b/servers/puppet/manifests/site.pp @@ -202,7 +202,7 @@ class humbug_apache_base { class humbug_app_frontend { $web_packages = [ "nginx", "memcached", "python-pylibmc", "python-tornado", "python-django", - "python-pygments", "python-flup", "ipython", ] + "python-pygments", "python-flup", "ipython", "python-psycopg2", ] package { $web_packages: ensure => "installed" } file { "/etc/nginx/nginx.conf": require => Package[nginx],