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.

89 lines
2.1KB

  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. origins_patterns:
  14. - origin=SaltStack
  15. - origin=Debian,archive=stable,label=Debian-Security
  16. - origin=Debian,archive=oldstable,label=Debian-Security
  17. auto_fix_interrupted_dpkg: true
  18. minimal_steps: false
  19. install_on_shutdown: false
  20. mail: root
  21. mail_only_on_error: false
  22. remove_unused_dependencies: true
  23. automatic_reboot: false
  24. dl_limit: 0
  25. enabled: 1
  26. update_package_lists: 1
  27. download_upgradeable_packages: 1
  28. unattended_upgrade: 1
  29. auto_clean_interval: 7
  30. verbose: 2
  31. listchanges:
  32. profiles:
  33. cmdline:
  34. frontend: pager
  35. apt:
  36. frontend: pager
  37. email_address: root
  38. confirm: 1
  39. custom:
  40. frontend: browser
  41. browser: mozilla
  42. repositories:
  43. security-stable:
  44. distro: stable/updates
  45. url: http://security.debian.org
  46. comps: [main, contrib, non-free]
  47. arch: [amd64, i386]
  48. type: [binary, source]
  49. updates:
  50. distro: stable-updates
  51. url: http://httpredir.debian.org/debian/
  52. comps: [main, contrib, non-free]
  53. raspbian:
  54. distro: wheezy
  55. url: http://archive.raspbian.org/raspbian
  56. type: [source]
  57. key_url: https://archive.raspbian.org/raspbian.public.key
  58. debian-jessie:
  59. distro: jessie
  60. url: http://httpredir.debian.org/debian
  61. type: [source]
  62. comps: [main, contrib, non-free]
  63. dropbox:
  64. distro: jessie
  65. url: http://linux.dropbox.com/debian
  66. arch: [i386, amd64]
  67. keyid: 1C61A2656FB57B7E4DE0F4C1FC918B335044912E
  68. keyserver: hkp://pgp.mit.edu:80
  69. preferences:
  70. 00-rspamd:
  71. package: rspamd
  72. pin: origin rspamd.com
  73. priority: 650
  74. 01-all:
  75. pin: release stable
  76. priority: 610
  77. 02-all:
  78. pin: release testing
  79. priority: 600
  80. 03-all:
  81. pin: release unstable
  82. priority: 50