Saltstack Official Salt Formula
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

28 lines
490B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. salt:
  5. master:
  6. fileserver_backend:
  7. - rootfs
  8. file_roots:
  9. base:
  10. - /srv/salt
  11. pillar_roots:
  12. base:
  13. - /srv/pillar
  14. minion:
  15. master: localhost
  16. fileserver_backend:
  17. - rootfs
  18. file_roots:
  19. base:
  20. - /srv/salt
  21. pillar_roots:
  22. base:
  23. - /srv/pillar
  24. # Gentoo-specific, improves performance for subsequent test runs within the same day
  25. portage:
  26. sync_wait_one_day: true