]> git.openstreetmap.org Git - chef.git/blob - cookbooks/apt/templates/default/apt.conf.erb
Remove no longer needed support for old Ubuntu versions
[chef.git] / cookbooks / apt / templates / default / apt.conf.erb
1 // DO NOT EDIT - This file is being maintained by Chef
2
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' %>";