]> git.openstreetmap.org Git - chef.git/blobdiff - roles/elasticsearch.rb
Add support for storing web logs in logstash
[chef.git] / roles / elasticsearch.rb
diff --git a/roles/elasticsearch.rb b/roles/elasticsearch.rb
new file mode 100644 (file)
index 0000000..ae0e2b6
--- /dev/null
@@ -0,0 +1,12 @@
+name "elasticsearch"
+description "Role applied to all elasticsearch servers"
+
+default_attributes(
+  :apt => {
+    :sources => ["elasticsearch"]
+  }
+)
+
+run_list(
+  "recipe[elasticsearch]"
+)