mirror of https://github.com/zulip/zulip.git
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:
parent
b82edb6fd6
commit
29f759e74f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue