# ################################################ ### Managed by someone's ansible provisioner ### ################################################ # Part of: https://git.somenet.org/root/pub/somesible.git # 2017-2024 by someone # APT::Install-Recommends "false"; APT::Install-Suggests "false"; APT::Get::Install-Recommends "false"; APT::Get::Install-Suggests "false"; # The timers are disabled too by somesible. APT::Periodic::Enable "0"; # Allow transparent codename changes. # Somebody got really pissed off by that feature, see: http://pigeonsnest.co.uk/stuff/apt-get-codename-shite.html Acquire::AllowReleaseInfoChange::Codename "true"; # this exists, but you should probably never use this. # Acquire::https::Verify-Peer "false";