|
- apt:
- remove_sources_list: true
- clean_sources_list_d: true
-
- remove_preferences: true
- clean_preferences_d: true
-
- unattended:
- allowed_origins:
- - origin1
- - origin2
- package_blacklist:
- - package1
- - package2
- auto_fix_interrupted_dpkg: true
- minimal_steps: false
- install_on_shutdown: false
- mail: root
- mail_only_on_error: false
- remove_unused_dependencies: true
- automatic_reboot: false
- dl_limit: 0
- enabled: 1
- update_package_lists: 1
- download_upgradeable_packages: 1
- unattended_upgrade: 1
- auto_clean_interval: 7
- verbose: 2
-
- listchanges:
- profiles:
- cmdline:
- frontend: pager
- apt:
- frontend: pager
- email_address: root
- confirm: 1
- custom:
- frontend: browser
- browser: mozilla
-
- repositories:
- security-stable:
- distro: stable/updates
- url: http://security.debian.org
- comps: [main, contrib, non-free]
- arch: [amd64, i386]
- type: [binary, source]
- updates:
- distro: stable-updates
- url: http://httpredir.debian.org/debian/
- comps: [main, contrib, non-free]
- raspbian:
- distro: wheezy
- url: http://archive.raspbian.org/raspbian
- type: [source]
- key_url: https://archive.raspbian.org/raspbian.public.key
- debian-jessie:
- distro: jessie
- url: http://httpredir.debian.org/debian
- type: [source]
- comps: [main, contrib, non-free]
- dropbox:
- distro: jessie
- url: http://linux.dropbox.com/debian
- arch: [i386, amd64]
- keyid: 1C61A2656FB57B7E4DE0F4C1FC918B335044912E
- keyserver: hkp://pgp.mit.edu:80
-
- preferences:
- 00-rspamd:
- package: rspamd
- pin: origin rspamd.com
- priority: 650
- 01-all:
- pin: release stable
- priority: 610
- 02-all:
- pin: release testing
- priority: 600
- 03-all:
- pin: release unstable
- priority: 50
|