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.

44 satır
1.1KB

  1. apt:
  2. remove_sources_list: true
  3. clean_sources_list_d: true
  4. unattended:
  5. allowed_origins:
  6. - origin1
  7. - origin2
  8. package_blacklist:
  9. - package1
  10. - package2
  11. auto_fix_interrupted_dpkg: true
  12. minimal_steps: false
  13. install_on_shutdown: false
  14. mail: root
  15. mail_only_on_error: false
  16. remove_unused_dependencies: true
  17. automatic_reboot: false
  18. dl_limit: 0
  19. enabled: 1
  20. update_package_lists: 1
  21. download_upgradeable_packages: 1
  22. unattended_upgrade: 1
  23. auto_clean_interval: 7
  24. verbose: 2
  25. repositories:
  26. security-stable:
  27. distro: stable/updates
  28. url: http://security.debian.org
  29. comps: [main, contrib, non-free]
  30. keyring_package: debian-keyring
  31. security-testing:
  32. distro: testing/updates
  33. url: http://security.debian.org
  34. comps: [main, contrib, non-free]
  35. keyring_package: debian-keyring
  36. updates:
  37. distro: stable-updates
  38. url: http://httpredir.debian.org/debian/
  39. comps: [main, contrib, non-free]
  40. keyring_package: debian-keyring