From 1acaa1c0c3fabe61dc050ac5c884e62ce7c971e2 Mon Sep 17 00:00:00 2001 From: Hugo Chinchilla Carbonell Date: Wed, 6 Sep 2017 15:56:28 +0200 Subject: [PATCH] fix variable name --- consul/config.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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