]> git.openstreetmap.org Git - chef.git/commitdiff
Restore elasticsearch6.x and get rid of elasticsearch5.x
authorTom Hughes <tom@compton.nu>
Tue, 2 Aug 2022 21:44:20 +0000 (21:44 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 2 Aug 2022 21:45:07 +0000 (22:45 +0100)
cookbooks/apt/recipes/default.rb

index f69db4f3e553cd725acf2e97af0bced2d6dab2dc..7619d0a9c4cc018545f5ae460f9a2f37e6fc4151 100644 (file)
@@ -107,9 +107,9 @@ apt_repository "nginx" do
   key "ABF5BD827BD9BF62"
 end
 
-apt_repository "elasticsearch5.x" do
-  action repository_actions["elasticsearch5.x"]
-  uri "https://artifacts.elastic.co/packages/5.x/apt"
+apt_repository "elasticsearch6.x" do
+  action repository_actions["elasticsearch6.x"]
+  uri "https://artifacts.elastic.co/packages/6.x/apt"
   distribution "stable"
   components ["main"]
   key "D27D666CD88E42B4"