New version of salt-formula from Saltstack
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
405B

  1. {%- if pillar.salt.master is defined %}
  2. {%- from "salt/map.jinja" import master with context %}
  3. backup:
  4. salt:
  5. fs_includes:
  6. {%- if master.pillar.engine == 'reclass' or (master.pillar.engine == 'composite' and master.pillar.reclass is defined) %}
  7. - {{ master.pillar.get('reclass', {}).get('inventory_base_uri', '/srv/salt/reclass') }}
  8. {%- endif %}
  9. fs_excludes: []
  10. {%- endif %}