X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0a20dc708587ac216694ef9b3e0632035038cb6e..c3a13fca5d82a7203707da7900341e7c30bf60ee:/cookbooks/apt/attributes/default.rb diff --git a/cookbooks/apt/attributes/default.rb b/cookbooks/apt/attributes/default.rb index f75ed9e34..a949a1c02 100644 --- a/cookbooks/apt/attributes/default.rb +++ b/cookbooks/apt/attributes/default.rb @@ -1,4 +1,3 @@ -default_unless[:apt][:sources] = [] - +default[:apt][:sources] = [ "openstreetmap" ] default[:apt][:unattended_upgrades][:enable] = true default[:apt][:unattended_upgrades][:remove_unused_dependencies] = true