X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a68415b8f2bf106b6ea5948b0605c897b516ef4f..55541f7cbea84613a5278eaf4165302f1e70b321:/cookbooks/elasticsearch/recipes/default.rb?ds=inline 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"