Переглянути джерело

Merge pull request #124 from grobinson-blockchain/master

Fix overwrite check testing the name of the vhost rather than setting…
tags/v0.55.0
Forrest 8 роки тому
джерело
коміт
5e4575d702
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      nginx/ng/vhosts_config.sls

+ 1
- 1
nginx/ng/vhosts_config.sls Переглянути файл

@@ -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 %}

Завантаження…
Відмінити
Зберегти