mirror of https://github.com/zulip/zulip.git
puppet: Add missing frontend dependency
(imported from commit 465c7b1b1e8d6f0e5ef555374187414fc762cf9c)
This commit is contained in:
parent
b940693df4
commit
8c2bbf7d45
|
@ -4,7 +4,7 @@ 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", "django-statsd-mozilla",
|
||||
"build-essential", "libssl-dev", ]
|
||||
package { $web_packages: ensure => "installed" }
|
||||
|
||||
|
|
Loading…
Reference in New Issue