]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/elasticsearch/recipes/default.rb
Use multipackage installs throughout
[chef.git] / cookbooks / elasticsearch / recipes / default.rb
index a40d45ce22bf58d3125121f8f76decb07e855800..36858b77de1ce36e76975a90a6af9846d7a7d5e0 100644 (file)
 # 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"