X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ae1cc374c68e1626b180717b87532a7ecb4c6c2b..07074011fa21aef90a1c7cacb177418aac78739b:/cookbooks/apt/recipes/default.rb diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index b9f19ad5e..508030bf2 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -17,9 +17,11 @@ # limitations under the License. # -package "apt" -package "gnupg-curl" -package "update-notifier-common" +package %w[ + apt + gnupg-curl + update-notifier-common +] file "/etc/motd.tail" do action :delete @@ -110,7 +112,7 @@ end apt_source "elasticsearch5.x" do source_template "elasticsearch.list.erb" - url "http://packages.elasticsearch.org/elasticsearch/5.x/debian" + url "https://artifacts.elastic.co/packages/5.x/apt" key "D27D666CD88E42B4" end