Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: hiera/roles/elasticsearch.yaml

Issue 29327597: Issue 2864 - Introduce class elasticsearch (Closed)
Patch Set: Created Sept. 14, 2015, 7:26 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/elasticsearch/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/roles/elasticsearch.yaml
diff --git a/hiera/roles/elasticsearch.yaml b/hiera/roles/elasticsearch.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8092ec9ba9a4ad9fd0891ffa3c3e44774401559c
--- /dev/null
+++ b/hiera/roles/elasticsearch.yaml
@@ -0,0 +1,9 @@
+classes:
+ elasticsearch:
+ settings:
+ http.cors.enabled: true
+ http.cors.allow-origin: "/.*/"
+
+requirements:
+ memory: 1024
+
« no previous file with comments | « no previous file | modules/elasticsearch/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld