Преглед на файлове

Adjusts the parameters passed to context to be passed as json and hopefully avoid double quoting. Also brings indentation in-line with salt doc 23.14.1.2.1

susefix
Chad Heuschober преди 10 години
родител
ревизия
88c39caa52
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +1
    -1
      nginx/ng/config.sls
  2. +1
    -1
      nginx/ng/vhosts_config.sls

+ 1
- 1
nginx/ng/config.sls Целия файл

@@ -11,4 +11,4 @@ nginx_config:
- source: salt://nginx/ng/files/nginx.conf
- template: jinja
- context:
config: {{ nginx.server.config }}
config: {{ nginx.server.config|json() }}

+ 1
- 1
nginx/ng/vhosts_config.sls Целия файл

@@ -93,7 +93,7 @@ nginx_vhost_available_dir:
- source: salt://nginx/ng/files/vhost.conf
- template: jinja
- context:
config: {{ settings.config }}
config: {{ settings.config|json() }}
{% do vhost_states.append(conf_state_id) %}
{% endif %}


Loading…
Отказ
Запис