summaryrefslogtreecommitdiff
path: root/templates/haproxy_balancermember.erb
AgeCommit message (Collapse)Author
2012-10-12Update the haproxy::balancermember for multiple portsHunter Haugen
Also, parameter changes: - `balancer_port` to `ports` - `server_name` to `server_names` - `balancer_ip` to `ipaddresses` - `balancermember_options` to `options`
2012-09-05Support for one-pass mode.Eugene Kirpichov
2012-07-08Properly handle both Arrays and Strings passed as balancer member optionsR. Tyler Croy
The template cannot rely on deprecated functionality of the String class (`#each` which disappears in 1.9) Fixes #9
2012-05-07Initial CommitGary Larizza