summaryrefslogtreecommitdiff
path: root/manifests/init.pp
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-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-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-10Add manage_service parameter for corosyncHunter Haugen
2012-10-10Update hash formatting for readabilityHunter Haugen
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-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-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