summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2013-04-16add a version parameter to enable installing different versions of the ↵Micah Anderson
haproxy package
2013-02-25set the owner/group and mode of the chroot directory properlyMicah Anderson
"It is important to ensure that <jail_dir> is both empty and unwritable to anyone." reference: http://cbonte.github.com/haproxy-dconv/configuration-1.4.html#3-chroot
2013-02-25Remove redhat/centos specific commentRiseup Labs
2012-11-19Order listening services betterHunter Haugen
With the recent additions of multiple-listen-service ordering, the order using the concat-fragment depended on the end-of-line vs other alphanumeric characters. This is not actually the case with the concat module, so this fixes ordering for services under a small set of edge cases. This adds the smaller edge case of if a balancermember begins with "00".
2012-11-06Listen on multiple virtual IP addressesEugene Kirpichov
2012-10-12Merge pull request #17 from hunner/fix_orderGary Larizza
Fix order
2012-10-12Merge pull request #16 from hunner/update_balancer_portsGary Larizza
Update the haproxy::balancermember for multiple ports
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-12Use selector for haproxy serviceHunter Haugen
There are no spec tests to verify dependencies on a successful compilation, so I missed this
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-10-10Add manage_service parameter for corosyncHunter Haugen
2012-10-10Update haproxy::config for indentation and Puppet 2.6Hunter Haugen
2012-10-10Update hash formatting for readabilityHunter Haugen
2012-10-10Merge pull request #4 from Mirantis/one-passDan Bode
Support for one-pass mode.
2012-10-08Error message should contain the fact actually tested.Brandon Helwig
2012-09-05Support for one-pass mode.Eugene Kirpichov
2012-08-29Add a dependency to ENABLE=1 before starting the service on debianHunter Haugen
2012-08-29The directory resource for managing the chroot should be a variableHunter Haugen
2012-08-29/etc/default/haproxy applies to all Debian, not just UbuntuHunter Haugen
2012-08-29Log to $ipaddress by default on both platformsHunter Haugen
2012-08-27Add Debian support.Dan Bode
This pull requests performs the minimum amount of effort to add Debian support. Adds Debian defaults (which were made to be as similar as possible to the Redhat defaults) Adds two Debian specific resources to the haproxy class - a defaults file to ensure the service is started - creates the /var/lib/haproxy directory so that the configuration can be as similar to Redhat as possible.y
2012-07-08Fix some, but by no means all, of puppet-lint's complainingR. Tyler Croy
2012-05-09Use array in config class defaultGary Larizza
Previously, I was using the option parameter twice in the default setting for haproxy::config. This commit changes that to passing an array to the option parameter (and fixes the example).
2012-05-09Ensure hasrestart parameter with haproxy serviceGary Larizza
The haproxy service should have the hasrestart parameter defaulted to true. Previously, this was not the case. This commit establishes that.
2012-05-07Initial CommitGary Larizza