]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/elasticsearch/recipes/default.rb
Add tests for elasticsearch, kibana and logstash cookbooks
[chef.git] / cookbooks / elasticsearch / recipes / default.rb
index d2ba1d31b6a1fb5f1527cca3c44f25f3ec85c66b..7feaa4a4cb269d5caa4daf075641c37ace455d1d 100644 (file)
 # limitations under the License.
 #
 
-package %w[
-  default-jre-headless
-  elasticsearch
-]
+include_recipe "apt"
+
+package "default-jre-headless"
+package "elasticsearch"
 
 template "/etc/elasticsearch/elasticsearch.yml" do
   source "elasticsearch.yml.erb"