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.

101 lines
2.4KB

  1. apt:
  2. # Set the right keyring for the distro (ie ubuntu-keyring or ...)
  3. keyring_package: debian-archive-keyring
  4. remove_sources_list: true
  5. clean_sources_list_d: true
  6. remove_preferences: true
  7. clean_preferences_d: true
  8. unattended:
  9. allowed_origins:
  10. - origin1
  11. - origin2
  12. package_blacklist:
  13. - package1
  14. - package2
  15. origins_patterns:
  16. - origin=SaltStack
  17. - origin=Debian,archive=stable,label=Debian-Security
  18. - origin=Debian,archive=oldstable,label=Debian-Security
  19. auto_fix_interrupted_dpkg: true
  20. minimal_steps: false
  21. install_on_shutdown: false
  22. mail: root
  23. mail_only_on_error: false
  24. remove_unused_dependencies: true
  25. automatic_reboot: false
  26. dl_limit: 0
  27. enabled: 1
  28. update_package_lists: 1
  29. download_upgradeable_packages: 1
  30. unattended_upgrade: 1
  31. auto_clean_interval: 7
  32. verbose: 2
  33. listchanges:
  34. profiles:
  35. cmdline:
  36. frontend: pager
  37. apt:
  38. frontend: pager
  39. email_address: root
  40. confirm: 1
  41. custom:
  42. frontend: browser
  43. browser: mozilla
  44. repositories:
  45. security-stable:
  46. distro: stable/updates
  47. url: http://security.debian.org
  48. comps: [main, contrib, non-free]
  49. arch: [amd64, i386]
  50. type: [binary, source]
  51. updates:
  52. distro: stable-updates
  53. url: http://deb.debian.org/debian/
  54. comps: [main, contrib, non-free]
  55. raspbian:
  56. distro: wheezy
  57. url: http://archive.raspbian.org/raspbian
  58. type: [source]
  59. key_url: https://archive.raspbian.org/raspbian.public.key
  60. debian-jessie:
  61. distro: jessie
  62. url: http://deb.debian.org/debian
  63. type: [source]
  64. comps: [main, contrib, non-free]
  65. dropbox:
  66. distro: jessie
  67. url: http://linux.dropbox.com/debian
  68. arch: [i386, amd64]
  69. keyid: 1C61A2656FB57B7E4DE0F4C1FC918B335044912E
  70. keyserver: hkp://pgp.mit.edu:80
  71. intranet:
  72. distro: stretch
  73. url: http://intranet.example.org
  74. opts: "trusted=yes"
  75. extranet:
  76. distro: stretch
  77. url: https://extranet.example.org
  78. opts:
  79. trusted: 'yes'
  80. another: whatever
  81. preferences:
  82. 00-rspamd:
  83. package: rspamd
  84. pin: origin rspamd.com
  85. priority: 650
  86. 01-all:
  87. pin: release stable
  88. priority: 610
  89. 02-all:
  90. pin: release testing
  91. priority: 600
  92. 03-all:
  93. pin: release unstable
  94. priority: 50