]> git.somenet.org - root/pub/somesible.git/blob - roles/base/apt/files/default/apt.conf.d/90somecustom
[roles/base/apt] configure package manager + update pkg-cache + upgrade packages
[root/pub/somesible.git] / roles / base / apt / files / default / apt.conf.d / 90somecustom
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2024 by someone <someone@somenet.org>
7 #
8
9 APT::Install-Recommends "false";
10 APT::Install-Suggests "false";
11 APT::Get::Install-Recommends "false";
12 APT::Get::Install-Suggests "false";
13
14 # The timers are disabled too by somesible.
15 APT::Periodic::Enable "0";
16
17 # Allow transparent codename changes.
18 # Somebody got really pissed off by that feature, see: http://pigeonsnest.co.uk/stuff/apt-get-codename-shite.html
19 Acquire::AllowReleaseInfoChange::Codename "true";
20
21 # this exists, but you should probably never use this.
22 # Acquire::https::Verify-Peer "false";