ソースを参照

Remove mapping test

This test isn't available in certain popular versions of Jinja (namely the one
installed by default in CentOS 6).
master
Brian Jackson 9年前
コミット
9779609bc4
1個のファイルの変更0行の追加4行の削除
  1. +0
    -4
      salt/formulas.jinja

+ 0
- 4
salt/formulas.jinja ファイルの表示

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

読み込み中…
キャンセル
保存