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

28 行
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