Przeglądaj źródła

fix(jinja): stop repeating user/group args

tags/v1.5.2
noelmcloughlin 4 lat temu
rodzic
commit
e313401cd6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      salt/formulas.sls

+ 1
- 1
salt/formulas.sls Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz