From: Grant Slater Date: Sun, 5 Apr 2015 00:35:38 +0000 (+0100) Subject: Switch to elasticsearch 1.3 repo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5a54de662cc20970428a52549fda56e209c887db Switch to elasticsearch 1.3 repo --- 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