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