// DO NOT EDIT - This file is being maintained by Chef // Do automatic removal of new unused dependencies after the upgrade // (equivalent to apt-get autoremove) Unattended-Upgrade::Remove-Unused-Dependencies "<%= node[:apt][:unattended_upgrades][:remove_unused_dependencies] ? 'true' : 'false' %>"; // Don't install recommended packages as we don't want to get // new postgres versions automatically APT::Install-Recommends "false"; // Briefly wait for lock on dpkg/apt // to avoid concurrent issues with unattended-upgrades and apt daily DPkg::lock::timeout 90;