commit | fe52402da76a6f12b0cf9a3bb713979cddb3b453 | [log] [tgz] |
---|---|---|
author | Jiri Konecny <konecnyj@students.zcu.cz> | Wed Mar 02 21:17:33 2016 +0100 |
committer | Jiri Konecny <konecnyj@students.zcu.cz> | Wed Mar 02 21:17:33 2016 +0100 |
tree | 44e87572ed0ccad01e013cf152db347f1a5fcca2 | |
parent | 2bab7eeece2bb5aca29c68e76f71f82474a23d74 [diff] |
[haproxy] Added test for stats page.
diff --git a/tests/pillar/stats.sls b/tests/pillar/stats.sls new file mode 100644 index 0000000..aa2c086 --- /dev/null +++ b/tests/pillar/stats.sls
@@ -0,0 +1,12 @@ +haproxy: + proxy: + enabled: true + listen: + admin_page: + type: admin + check: false + binds: + - address: '0.0.0.0' + port: 9600 + user: admin + password: password \ No newline at end of file