summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
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