X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a68415b8f2bf106b6ea5948b0605c897b516ef4f..090fe909149f22d158c859a7d4a9edfb523df2fb:/cookbooks/elasticsearch/recipes/default.rb diff --git a/cookbooks/elasticsearch/recipes/default.rb b/cookbooks/elasticsearch/recipes/default.rb index a40d45ce2..36858b77d 100644 --- a/cookbooks/elasticsearch/recipes/default.rb +++ b/cookbooks/elasticsearch/recipes/default.rb @@ -17,8 +17,10 @@ # limitations under the License. # -package "default-jre-headless" -package "elasticsearch" +package %w[ + default-jre-headless + elasticsearch +] template "/etc/elasticsearch/elasticsearch.yml" do source "elasticsearch.yml.erb"