From 5a54de662cc20970428a52549fda56e209c887db Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 5 Apr 2015 01:35:38 +0100 Subject: [PATCH 1/1] Switch to elasticsearch 1.3 repo --- cookbooks/apt/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 01b6b8328..87f97a11a 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -83,7 +83,7 @@ end apt_source "elasticsearch" do template "elasticsearch.list.erb" - url "http://packages.elasticsearch.org/elasticsearch/1.0/debian" + url "http://packages.elasticsearch.org/elasticsearch/1.3/debian" key "D88E42B4" end -- 2.43.2