Explorar el Código

Remove mapping test

This test isn't available in certain popular versions of Jinja (namely the one
installed by default in CentOS 6).
tags/v0.57.0
Brian Jackson hace 9 años
padre
commit
9779609bc4
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. +0
    -4
      salt/formulas.jinja

+ 0
- 4
salt/formulas.jinja Ver fichero

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

Cargando…
Cancelar
Guardar