Merge pull request #124 from grobinson-blockchain/master

Fix overwrite check testing the name of the vhost rather than setting…
This commit is contained in:
Forrest 2016-06-22 10:23:00 -07:00 committed by GitHub
commit 5e4575d702

View File

@ -94,7 +94,7 @@ nginx_vhost_available_dir:
- template: jinja
- context:
config: {{ settings.config|json() }}
{% if 'overwrite' in vhost and vhost.overwrite == False %}
{% if 'overwrite' in settings and settings.overwrite == False %}
- unless:
- test -e {{ vhost_curpath(vhost) }}
{% endif %}