X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0a20dc708587ac216694ef9b3e0632035038cb6e..32ff132f4a253c6a711ad490643b501d0692e78e:/cookbooks/apt/templates/default/apt.conf.erb diff --git a/cookbooks/apt/templates/default/apt.conf.erb b/cookbooks/apt/templates/default/apt.conf.erb index b0552bbc1..730678e58 100644 --- a/cookbooks/apt/templates/default/apt.conf.erb +++ b/cookbooks/apt/templates/default/apt.conf.erb @@ -3,3 +3,7 @@ // 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";