summaryrefslogtreecommitdiff
path: root/manifests/balancermember.pp
AgeCommit message (Collapse)Author
2012-10-12No need to manually set orderingHunter Haugen
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-10-12Rename everything!Hunter Haugen
What is renamed: - Class/define: - haproxy::config to haproxy::listen - haproxy::data to haproxy::params - Parameters: - haproxy::listen listen_ip to ipaddress - haproxy::listen config_options to options - haproxy haproxy_global_options to global_options - haproxy haproxy_defaults_options to defaults_options
2012-09-05Support for one-pass mode.Eugene Kirpichov
2012-07-08Fix some, but by no means all, of puppet-lint's complainingR. Tyler Croy
2012-05-07Initial CommitGary Larizza