Saltstack Official Salt Formula
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.

39 line
776B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. salt:
  5. py_ver: 'py3'
  6. # Override used for FreeBSD minion service
  7. retry_options:
  8. attempts: 5
  9. master:
  10. fileserver_backend:
  11. - rootfs
  12. file_roots:
  13. base:
  14. - /srv/salt
  15. pillar_roots:
  16. base:
  17. - /srv/pillar
  18. ext_pillar:
  19. - cmd_yaml: cat /etc/salt/yaml
  20. - stack:
  21. - /path/to/stack1.cfg
  22. - /path/to/stack2.cfg
  23. - reclass:
  24. inventory_base_uri: /etc/reclass
  25. minion:
  26. master: localhost
  27. fileserver_backend:
  28. - rootfs
  29. file_roots:
  30. base:
  31. - /srv/salt
  32. pillar_roots:
  33. base:
  34. - /srv/pillar
  35. # Gentoo-specific, improves performance for subsequent test runs within the same day
  36. portage:
  37. sync_wait_one_day: true