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.

22 line
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