]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
Update chef client to 12.21.26
[chef.git] / cookbooks / apt / recipes / default.rb
index b9f19ad5e7e970ff983eb64cdab2ee3b812933c9..508030bf2bde17d743004aba693cd58783d51255 100644 (file)
 # 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