1 // DO NOT EDIT - This file is being maintained by Chef
3 // Do automatic removal of new unused dependencies after the upgrade
4 // (equivalent to apt-get autoremove)
5 Unattended-Upgrade::Remove-Unused-Dependencies "<%= node[:apt][:unattended_upgrades][:remove_unused_dependencies] ? 'true' : 'false' %>";
7 // Don't install recommended packages as we don't want to get
8 // new postgres versions automatically
9 APT::Install-Recommends "false";