summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2015-11-09[deprec] use @ in front of erb template tagsHEADmastervarac
Puppet 3 shows now deprecation warnings if the "@" is missing. see https://docs.puppetlabs.com/puppet/latest/reference/lang_template_erb.html#non-printing-tags
2013-02-25indent the 'mode' template addition from previous commit to line up with ↵Micah Anderson
other options
2013-02-25add missing mode in listen templateMicah Anderson
2012-11-21Merge pull request #20 from Mirantis/cleanup-haproxy-listen-blockHunter Haugen
Slight simplification in haproxy_listen_block.erb
2012-11-06Slight simplification in haproxy_listen_block.erbEugene Kirpichov
2012-11-06Listen on multiple virtual IP addressesEugene Kirpichov
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-12Update ports to also accept a ,-separated stringHunter Haugen
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-10-10Change `virtual_ip` to `listen_ip`Hunter Haugen
Because it's not really virtual.
2012-10-10Rename `haproxy_config_options` parameter to `config_options`Hunter Haugen
For great sanity
2012-10-10Allow multiple ports to be passedHunter Haugen
haproxy supports a single port or port range, but also muliples of those. This commit changes the 'virtual_ip_port' parameter to 'ports' and updates the template to accept an array of ports
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