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

22 行
381B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. apt:
  5. remove_preferences: true
  6. clean_preferences_d: true
  7. preferences:
  8. 00-rspamd:
  9. package: rspamd
  10. pin: origin rspamd.com
  11. priority: 650
  12. 01-all:
  13. pin: release stable
  14. priority: 610
  15. 02-all:
  16. pin: release testing
  17. priority: 600
  18. 03-all:
  19. pin: release unstable
  20. priority: 50