Age | Commit message (Collapse) | Author |
|
haproxy package
|
|
"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
|
|
|
|
There are no spec tests to verify dependencies on a successful compilation, so I missed this
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
The haproxy service should have the hasrestart parameter defaulted to
true. Previously, this was not the case. This commit establishes that.
|
|
|