mirror of https://github.com/zulip/zulip.git
Fix app_frontend.pp whitespace
(imported from commit ecbdd52b00d67569fc907b05ccd2c903e65141c4)
This commit is contained in:
parent
0c20f48636
commit
3325554c03
|
@ -5,15 +5,15 @@ class humbug::app_frontend {
|
||||||
$web_packages = [ "nginx", "memcached", "python-pylibmc", "python-tornado", "python-django",
|
$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", "python-django-auth-openid",
|
"yui-compressor", "python-django-auth-openid",
|
||||||
"python-django-statsd-mozilla",
|
"python-django-statsd-mozilla",
|
||||||
"build-essential", "libssl-dev", "supervisor",
|
"build-essential", "libssl-dev", "supervisor",
|
||||||
"python-boto", "python-defusedxml", "python-twitter",
|
"python-boto", "python-defusedxml", "python-twitter",
|
||||||
"python-twisted", "python-markdown", "python-requests",
|
"python-twisted", "python-markdown", "python-requests",
|
||||||
"python-django-south", "python-mock", "python-pika",
|
"python-django-south", "python-mock", "python-pika",
|
||||||
"python-django-pipeline", "hunspell-en-us",
|
"python-django-pipeline", "hunspell-en-us",
|
||||||
"python-django-bitfield", "python-embedly",
|
"python-django-bitfield", "python-embedly",
|
||||||
"python-postmonkey", "python-django-jstemplate",
|
"python-postmonkey", "python-django-jstemplate",
|
||||||
"redis-server", "python-redis"]
|
"redis-server", "python-redis"]
|
||||||
package { $web_packages: ensure => "installed" }
|
package { $web_packages: ensure => "installed" }
|
||||||
|
|
||||||
file { "/etc/nginx/nginx.conf":
|
file { "/etc/nginx/nginx.conf":
|
||||||
|
|
Loading…
Reference in New Issue