X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6437f10211bb33702e7bed9295e66777168e5330..204605749875101d3316aa94917d0a4b6c055fb3:/cookbooks/apt/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 06edb02a0..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 @@ -108,6 +110,12 @@ apt_source "elasticsearch2.x" do key "D27D666CD88E42B4" end +apt_source "elasticsearch5.x" do + source_template "elasticsearch.list.erb" + url "https://artifacts.elastic.co/packages/5.x/apt" + key "D27D666CD88E42B4" +end + apt_source "logstash" do source_template "elasticsearch.list.erb" url "http://packages.elasticsearch.org/logstash/2.3/debian"