commit | 0c7f56701811fd401c78a1121d726a2e96e10fee | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Tue Apr 11 13:27:30 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Tue Apr 11 13:27:30 2017 +0200 |
tree | 11d89ce36c5cf358e1af8b9cbfdf816c98e36a43 | |
parent | d9090f6ff1caaad26d725baae69708f33e40be7e [diff] [blame] |
Added tests script and sample pillars, Kitchen tests and Travis
diff --git a/tests/pillar/single.sls b/tests/pillar/single.sls new file mode 100644 index 0000000..c4f54e0 --- /dev/null +++ b/tests/pillar/single.sls
@@ -0,0 +1,11 @@ +elasticsearch: + server: + enabled: true + bind: + address: 0.0.0.0 + port: 9200 + cluster: + multicast: false + index: + shards: 1 + replicas: 0