Переглянути джерело

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 %}

Завантаження…
Відмінити
Зберегти