diff --git a/servers/puppet/manifests/site.pp b/servers/puppet/manifests/site.pp index 995bc3b90d..194359de3c 100644 --- a/servers/puppet/manifests/site.pp +++ b/servers/puppet/manifests/site.pp @@ -211,7 +211,8 @@ class humbug_apache_base { class humbug_app_frontend { $web_packages = [ "nginx", "memcached", "python-pylibmc", "python-tornado", "python-django", - "python-pygments", "python-flup", "ipython", "python-psycopg2", ] + "python-pygments", "python-flup", "ipython", "python-psycopg2", + "yui-compressor", ] package { $web_packages: ensure => "installed" } file { "/etc/nginx/nginx.conf": require => Package[nginx],