2 ################################################
 
   3 ### Managed by someone's ansible provisioner ###
 
   4 ################################################
 
   5 # Part of: https://git.somenet.org/root/pub/somesible.git
 
   6 # 2017-2025 by someone <someone@somenet.org>
 
   9 APT::Install-Recommends "false";
 
  10 APT::Install-Suggests "false";
 
  11 APT::Get::Install-Recommends "false";
 
  12 APT::Get::Install-Suggests "false";
 
  14 # The timers are disabled too by somesible.
 
  15 APT::Periodic::Enable "0";
 
  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";
 
  21 # this exists, but you should probably never use this.
 
  22 # Acquire::https::Verify-Peer "false";