remove spaces
authorLorin Hochstein <lhochstein@netflix.com>
Mon, 9 Jan 2017 02:37:10 +0000 (18:37 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Mon, 9 Jan 2017 02:37:10 +0000 (18:37 -0800)
ch08/playbooks/roles/mezzanine/templates/supervisor.conf.j2

index e2c1102..a5f766f 100644 (file)
@@ -3,7 +3,7 @@ command={{ mezzanine_venv_path }}/bin/gunicorn -c gunicorn.conf.py -p gunicorn.p
 directory={{ mezzanine_proj_path }}
 user={{ mezzanine_user }}
 autostart=true
-stdout_logfile = /home/{{ mezzanine_user }}/logs/{{ mezzanine_proj_name }}_supervisor
+stdout_logfile=/home/{{ mezzanine_user }}/logs/{{ mezzanine_proj_name }}_supervisor
 autorestart=true
 redirect_stderr=true
 environment=LANG="{{ locale }}",LC_ALL="{{ locale }}",LC_LANG="{{ locale }}"