2
0

Merge pull request #173 from iggy/remove-mapping-test

Remove mapping test
This commit is contained in:
Forrest 2015-08-27 16:28:27 -07:00
commit c2d6e0e49b

View File

@ -11,11 +11,7 @@
{%- set value = salt['pillar.get']('salt_formulas:git_opts:{0}:{1}'.format(env, opt), {%- set value = salt['pillar.get']('salt_formulas:git_opts:{0}:{1}'.format(env, opt),
salt['pillar.get']('salt_formulas:git_opts:default:{0}'.format(opt), salt['pillar.get']('salt_formulas:git_opts:default:{0}'.format(opt),
defaults[opt])) -%} defaults[opt])) -%}
{%- if value is mapping -%}
{{ value|yaml }} {{ value|yaml }}
{%- else -%}
{{ value }}
{%- endif -%}
{%- endmacro -%} {%- endmacro -%}
{%- macro formulas_roots(env) -%} {%- macro formulas_roots(env) -%}