puppet: Add missing frontend dependency

(imported from commit 465c7b1b1e8d6f0e5ef555374187414fc762cf9c)
This commit is contained in:
Zev Benjamin 2013-05-13 15:40:48 -04:00 committed by Tim Abbott
parent b940693df4
commit 8c2bbf7d45
1 changed files with 1 additions and 1 deletions

View File

@ -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" }