ext_pillar fix
This commit is contained in:
parent
e83d25b80f
commit
c080cf37d6
|
@ -403,6 +403,7 @@ gitfs_remotes:
|
||||||
- {{ remote }}{% endfor -%}
|
- {{ remote }}{% endfor -%}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
||||||
##### Pillar settings #####
|
##### Pillar settings #####
|
||||||
##########################################
|
##########################################
|
||||||
# Salt Pillars allow for the building of global data that can be made selectively
|
# Salt Pillars allow for the building of global data that can be made selectively
|
||||||
|
@ -437,7 +438,7 @@ ext_pillar:
|
||||||
{% for name, args in master['ext_pillar'].items() -%}
|
{% for name, args in master['ext_pillar'].items() -%}
|
||||||
- {{ name }}: {{ args }}
|
- {{ name }}: {{ args }}
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
{% elif 'pillar_roots' in salt -%}
|
{% elif 'ext_pillar' in salt -%}
|
||||||
ext_pillar:
|
ext_pillar:
|
||||||
{% for name, args in salt['ext_pillar'].items() -%}
|
{% for name, args in salt['ext_pillar'].items() -%}
|
||||||
- {{ name }}: {{ args }}
|
- {{ name }}: {{ args }}
|
||||||
|
|
Loading…
Reference in New Issue