2
0

fix(jinja): stop repeating user/group args

This commit is contained in:
noelmcloughlin 2020-09-11 23:27:30 +01:00
parent d61e671fa0
commit e313401cd6

View File

@ -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