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.

73 lines
1.7KB

  1. apt:
  2. remove_sources_list: true
  3. clean_sources_list_d: true
  4. remove_preferences: true
  5. clean_preferences_d: true
  6. unattended:
  7. allowed_origins:
  8. - origin1
  9. - origin2
  10. package_blacklist:
  11. - package1
  12. - package2
  13. auto_fix_interrupted_dpkg: true
  14. minimal_steps: false
  15. install_on_shutdown: false
  16. mail: root
  17. mail_only_on_error: false
  18. remove_unused_dependencies: true
  19. automatic_reboot: false
  20. dl_limit: 0
  21. enabled: 1
  22. update_package_lists: 1
  23. download_upgradeable_packages: 1
  24. unattended_upgrade: 1
  25. auto_clean_interval: 7
  26. verbose: 2
  27. repositories:
  28. security-stable:
  29. distro: stable/updates
  30. url: http://security.debian.org
  31. comps: [main, contrib, non-free]
  32. arch: [amd64, i386]
  33. type: [binary, source]
  34. updates:
  35. distro: stable-updates
  36. url: http://httpredir.debian.org/debian/
  37. comps: [main, contrib, non-free]
  38. raspbian:
  39. distro: wheezy
  40. url: http://archive.raspbian.org/raspbian
  41. type: [source]
  42. key_url: https://archive.raspbian.org/raspbian.public.key
  43. debian-jessie:
  44. distro: jessie
  45. url: http://httpredir.debian.org/debian
  46. type: [source]
  47. comps: [main, contrib, non-free]
  48. dropbox:
  49. distro: jessie
  50. url: http://linux.dropbox.com/debian
  51. arch: [i386, amd64]
  52. keyid: 1C61A2656FB57B7E4DE0F4C1FC918B335044912E
  53. keyserver: hkp://pgp.mit.edu:80
  54. preferences:
  55. 00-rspamd:
  56. package: rspamd
  57. pin: origin rspamd.com
  58. priority: 650
  59. 01-all:
  60. pin: release stable
  61. priority: 610
  62. 02-all:
  63. pin: release testing
  64. priority: 600
  65. 03-all:
  66. pin: release unstable
  67. priority: 50