puppet: Install build dependencies of Node.js on app servers

I've already installed these packages on staging, and will install them on prod
when the commit hits master.  So there is no manual prod deployment step here.

(imported from commit 1b77e771f938305dfbeb797c3ea2a7e3897e78a7)
This commit is contained in:
Keegan McAllister 2013-04-01 13:08:11 -04:00
parent b82edb6fd6
commit 29f759e74f
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ class humbug::app_frontend {
$web_packages = [ "nginx", "memcached", "python-pylibmc", "python-tornado", "python-django",
"python-pygments", "python-flup", "ipython", "python-psycopg2",
"yui-compressor", "python-django-auth-openid"]
"yui-compressor", "python-django-auth-openid",
"build-essential", "libssl-dev", ]
package { $web_packages: ensure => "installed" }
# This next block can go away once we upgrade to Wheezy, which won't