From 0a7242618f9444f2d603ab4e92fb23536e919edf Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 30 May 2016 10:13:25 +0100 Subject: [PATCH] Update elasticsearch cookbook for Ubuntu 16.04 --- cookbooks/elasticsearch/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/elasticsearch/recipes/default.rb b/cookbooks/elasticsearch/recipes/default.rb index 4c00b5e3c..3ade99c39 100644 --- a/cookbooks/elasticsearch/recipes/default.rb +++ b/cookbooks/elasticsearch/recipes/default.rb @@ -17,7 +17,7 @@ # limitations under the License. # -package "openjdk-7-jre-headless" +package "default-jre-headless" package "elasticsearch" template "/etc/elasticsearch/elasticsearch.yml" do -- 2.43.2