Fix app_frontend.pp whitespace

(imported from commit ecbdd52b00d67569fc907b05ccd2c903e65141c4)
This commit is contained in:
Zev Benjamin 2013-05-31 16:31:39 -04:00
parent 0c20f48636
commit 3325554c03
1 changed files with 8 additions and 8 deletions

View File

@ -5,15 +5,15 @@ 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",
"python-django-statsd-mozilla",
"python-django-statsd-mozilla",
"build-essential", "libssl-dev", "supervisor",
"python-boto", "python-defusedxml", "python-twitter",
"python-twisted", "python-markdown", "python-requests",
"python-django-south", "python-mock", "python-pika",
"python-django-pipeline", "hunspell-en-us",
"python-django-bitfield", "python-embedly",
"python-postmonkey", "python-django-jstemplate",
"redis-server", "python-redis"]
"python-boto", "python-defusedxml", "python-twitter",
"python-twisted", "python-markdown", "python-requests",
"python-django-south", "python-mock", "python-pika",
"python-django-pipeline", "hunspell-en-us",
"python-django-bitfield", "python-embedly",
"python-postmonkey", "python-django-jstemplate",
"redis-server", "python-redis"]
package { $web_packages: ensure => "installed" }
file { "/etc/nginx/nginx.conf":