From e313401cd657a77a3624ed372c8e22e905c2d172 Mon Sep 17 00:00:00 2001 From: noelmcloughlin Date: Fri, 11 Sep 2020 23:27:30 +0100 Subject: [PATCH] fix(jinja): stop repeating user/group args --- salt/formulas.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/formulas.sls b/salt/formulas.sls index c20e1b4..ad7b09a 100644 --- a/salt/formulas.sls +++ b/salt/formulas.sls @@ -38,11 +38,11 @@ {%- for key, value in salt['pillar.get']('salt_formulas:basedir_opts', {'makedirs': True}).items() %} - {{ key }}: {{ value }} + {%- endfor %} - user: {{ salt_settings.rootuser }} {%- if grains.kernel != 'Windows' %} - group: {{ salt_settings.rootgroup }} {%- endif %} - {%- endfor %} {%- endif %} # Setup the formula Git repository