Преглед изворни кода

Fix overwrite check testing the name of the vhost rather than settings dict

susefix
George Robinson пре 8 година
родитељ
комит
38c7c8a772
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 %}

Loading…
Откажи
Сачувај