commit | e9dc06012c5e712b1337268fa83918c36f3a62cb | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Fri May 19 14:02:17 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Fri May 19 15:26:00 2017 +0200 |
tree | 4631cc0fe1868e3d45999a30163343692d3f22f4 | |
parent | bb791375c685bba0bf30c8d275f5b741d55034a5 [diff] [blame] |
Added Kitchen tests and Travis Change-Id: Ie5620ef3c416df76287d7864dbc46e0b9c66ab79
diff --git a/tests/pillar/pushgateway.sls b/tests/pillar/pushgateway.sls new file mode 100644 index 0000000..583fcde --- /dev/null +++ b/tests/pillar/pushgateway.sls
@@ -0,0 +1,7 @@ +prometheus: + pushgateway: + enabled: true + bind: + address: 0.0.0.0 + port: 9091 + external_port: 15012