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.

85 lines
1.9KB

  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. listchanges:
  28. profiles:
  29. cmdline:
  30. frontend: pager
  31. apt:
  32. frontend: pager
  33. email_address: root
  34. confirm: 1
  35. custom:
  36. frontend: browser
  37. browser: mozilla
  38. repositories:
  39. security-stable:
  40. distro: stable/updates
  41. url: http://security.debian.org
  42. comps: [main, contrib, non-free]
  43. arch: [amd64, i386]
  44. type: [binary, source]
  45. updates:
  46. distro: stable-updates
  47. url: http://httpredir.debian.org/debian/
  48. comps: [main, contrib, non-free]
  49. raspbian:
  50. distro: wheezy
  51. url: http://archive.raspbian.org/raspbian
  52. type: [source]
  53. key_url: https://archive.raspbian.org/raspbian.public.key
  54. debian-jessie:
  55. distro: jessie
  56. url: http://httpredir.debian.org/debian
  57. type: [source]
  58. comps: [main, contrib, non-free]
  59. dropbox:
  60. distro: jessie
  61. url: http://linux.dropbox.com/debian
  62. arch: [i386, amd64]
  63. keyid: 1C61A2656FB57B7E4DE0F4C1FC918B335044912E
  64. keyserver: hkp://pgp.mit.edu:80
  65. preferences:
  66. 00-rspamd:
  67. package: rspamd
  68. pin: origin rspamd.com
  69. priority: 650
  70. 01-all:
  71. pin: release stable
  72. priority: 610
  73. 02-all:
  74. pin: release testing
  75. priority: 600
  76. 03-all:
  77. pin: release unstable
  78. priority: 50