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/client.sls b/tests/pillar/client.sls new file mode 100644 index 0000000..053d17a --- /dev/null +++ b/tests/pillar/client.sls
@@ -0,0 +1,6 @@ +elasticsearch: + client: + enabled: true + server: + host: elasticsearch.host + port: 9200 \ No newline at end of file