Context parameter safety fixestags/v0.55.0
- source: salt://nginx/ng/files/nginx.conf | - source: salt://nginx/ng/files/nginx.conf | ||||
- template: jinja | - template: jinja | ||||
- context: | - context: | ||||
config: {{ nginx.server.config }} | |||||
config: {{ nginx.server.config|json() }} |
- source: salt://nginx/ng/files/vhost.conf | - source: salt://nginx/ng/files/vhost.conf | ||||
- template: jinja | - template: jinja | ||||
- context: | - context: | ||||
config: {{ settings.config }} | |||||
config: {{ settings.config|json() }} | |||||
{% do vhost_states.append(conf_state_id) %} | {% do vhost_states.append(conf_state_id) %} | ||||
{% endif %} | {% endif %} | ||||