diff --git a/consul/config.sls b/consul/config.sls index 1d079b5..4ba6f5b 100644 --- a/consul/config.sls +++ b/consul/config.sls @@ -20,6 +20,7 @@ consul-script-install-{{ loop.index }}: - source: {{ script.source }} - name: {{ script.name }} - template: jinja + - context: {{ template.get('context', {}) | yaml }} - user: consul - group: consul - mode: 0755