summaryrefslogtreecommitdiff
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-04-16add a version parameter to enable installing different versions of the ↵Micah Anderson
haproxy package
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
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-25add Debian to supported Operating systems (I have tested this)Micah Anderson
2013-02-25Remove redhat/centos specific commentRiseup Labs
2013-02-25Move dependencies block to the topRiseup Labs
Move dependencies block above the basic usage section
2013-02-25Move required dependencies to READMERiseup Labs
Moved required dependencies from init.pp into the README
2013-02-25Remove duplicate OS commentRiseup Labs
Removed "Currently Redhat family OSes are supported." because later in the file it says, "Tested and built on Ubuntu and CentOS"
2013-02-25Fix README.md to list the right portRiseup Labs
Comment read that it was setting up haproxy to listen on port 80 Code said it was setting up to listen on port 8140, so fix comment
2012-11-21Merge pull request #20 from Mirantis/cleanup-haproxy-listen-blockHunter Haugen
Slight simplification in haproxy_listen_block.erb
2012-11-20Merge pull request #25 from hunner/travisGary Larizza
Add .gemfile and .travis.yml
2012-11-20Add .gemfile and .travis.ymlHunter Haugen
2012-11-20Merge pull request #24 from hunner/listen_service_orderGary Larizza
Order listening services better
2012-11-20Update spec testsHunter Haugen
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-07Merge pull request #22 from Mirantis/listen-multiple-ipsHunter Haugen
Listen on multiple virtual IP addresses
2012-11-06Slight simplification in haproxy_listen_block.erbEugene Kirpichov
2012-11-06Listen on multiple virtual IP addressesEugene Kirpichov
2012-10-15Merge pull request #19 from hunner/release_0.2.0Ryan Coleman
Release 0.2.0
2012-10-12Release 0.2.0Hunter Haugen
- Initial public release - Backwards incompatible changes all around - No longer needs ordering passed for more than one listener - Accepts multiple listen ips/ports/server_names
2012-10-12Merge pull request #18 from hunner/new_readmeHunter Haugen
Update readme for release
2012-10-12Update readme for releaseHunter Haugen
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-12Merge pull request #15 from hunner/update_manage_serviceCody Herriges
Use selector for haproxy service
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-12Merge pull request #14 from hunner/ports_stringAdrien Thebo
Update ports to also accept a ,-separated string
2012-10-12Update ports to also accept a ,-separated stringHunter Haugen
2012-10-12Merge pull request #13 from hunner/rename_everythingHunter Haugen
Rename everything! Reviewed by: Cody
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-10Merge pull request #12 from hunner/rename_listen_ipZack Smith
Change `virtual_ip` to `listen_ip`
2012-10-10Change `virtual_ip` to `listen_ip`Hunter Haugen
Because it's not really virtual.
2012-10-10Merge pull request #11 from hunner/rename_config_optionsZack Smith
Rename `haproxy_config_options` parameter to `config_options`
2012-10-10Rename `haproxy_config_options` parameter to `config_options`Hunter Haugen
For great sanity
2012-10-10Merge pull request #10 from hunner/add_portsZack Smith
Allow multiple ports to be passed
2012-10-10Merge pull request #9 from hunner/manage_serviceZack Smith
Add manage_service parameter for corosync
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-10Merge pull request #8 from hunner/update_docsRyan Coleman
Update hash formatting for readability
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-09Merge pull request #7 from brhelwig/masterHunter Haugen
Data class error message reports operatingsystem instead of osfamily.
2012-10-08Error message should contain the fact actually tested.Brandon Helwig
2012-09-21Merge pull request #6 from hunner/release_0.1.1Hunter Haugen
Release 0.1.1
2012-09-21Release 0.1.1Hunter Haugen
Bugfix: - Update module name to match github name