Преглед изворни кода

Fixed incorrect placement of if block

tags/0.4
Adam Tengler пре 8 година
родитељ
комит
c4993698ee
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      salt/map.jinja

+ 2
- 2
salt/map.jinja Прегледај датотеку

@@ -8,10 +8,10 @@ default:
{%- elif pillar.salt.master.source.engine == 'pip' %}
install_state: "pip: salt_master_packages"
{%- endif %}
{%- endif %}
{%- if pillar.salt.master.source.version is defined %}
version: {{ pillar.salt.master.source.version }}
{%- endif %}
{%- endif %}
accept_policy: preseed
bind: {}
formula: {}
@@ -59,10 +59,10 @@ default:
{%- elif pillar.salt.minion.source.engine == 'pip' %}
install_state: "pip: salt_minion_packages"
{%- endif %}
{%- endif %}
{%- if pillar.salt.minion.source.version is defined %}
version: {{ pillar.salt.minion.source.version }}
{%- endif %}
{%- endif %}
{%- endload %}

{%- load_yaml as minion_specific %}

Loading…
Откажи
Сачувај