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.

10 satır
196B

  1. {%- if pillar.salt.master is defined %}
  2. {%- from "salt/map.jinja" import master with context %}
  3. backup:
  4. salt:
  5. fs_includes:
  6. - /srv/salt
  7. - /etc/salt
  8. fs_excludes: []
  9. {%- endif %}