Remove mapping testmaster
@@ -11,11 +11,7 @@ | |||
{%- 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), | |||
defaults[opt])) -%} | |||
{%- if value is mapping -%} | |||
{{ value|yaml }} | |||
{%- else -%} | |||
{{ value }} | |||
{%- endif -%} | |||
{%- endmacro -%} | |||
{%- macro formulas_roots(env) -%} |