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