commit | 77636141bdcf6ac2ed6a990f6dd31e14ba667e51 | [log] [tgz] |
---|---|---|
author | Ildar Svetlov <isvetlov@mirantis.com> | Thu Sep 28 16:42:16 2017 +0400 |
committer | Ildar Svetlov <isvetlov@mirantis.com> | Tue Oct 10 18:13:38 2017 +0400 |
tree | aed41a49d49c5949b02e18d5f30f6842803a5cce | |
parent | fbc3b0411644fcfa3d2a029048e06bc35a38e12a [diff] [blame] |
Add customizable forwardfor option Change-Id: I484abdd19eaa4b4530a9d937b8391713e828af39
diff --git a/tests/pillar/single.sls b/tests/pillar/single.sls index 3d1e9e4..0129244 100644 --- a/tests/pillar/single.sls +++ b/tests/pillar/single.sls
@@ -1,6 +1,8 @@ haproxy: proxy: enabled: true + forwardfor: + enabled: true mode: tcp logging: syslog - max_connections: 1024 \ No newline at end of file + max_connections: 1024