commit | ffb8d485bb67b7f58f7ef8aa47524db2b3b89c17 | [log] [tgz] |
---|---|---|
author | Jakub Pavlik <pavlk.jakub@gmail.com> | Mon Jan 25 23:06:01 2016 +0100 |
committer | Jakub Pavlik <pavlk.jakub@gmail.com> | Mon Jan 25 23:06:01 2016 +0100 |
tree | 4c0a9697d63cb2da0544e421bc95b33b1b7c0263 | |
parent | 5861e4bc501383f5d44385e5dc0bbf038673aa28 [diff] [blame] |
haproxy tests
diff --git a/tests/pillar/admin.sls b/tests/pillar/admin.sls new file mode 100644 index 0000000..aa2c086 --- /dev/null +++ b/tests/pillar/admin.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