New version of salt-formula from Saltstack
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 satır
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 %}