Saltstack Official Apt 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.

19 lines
338B

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