Skip to content

Commit

Permalink
fix(jinja): stop repeating user/group args
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Sep 11, 2020
1 parent d61e671 commit e313401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/formulas.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e313401

Please sign in to comment.