summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHunter Haugen <h.haugen@gmail.com>2012-10-10 17:05:59 -0700
committerHunter Haugen <h.haugen@gmail.com>2012-10-10 17:14:20 -0700
commit36fbd37204ade61160ab060b055e9887288dcefd (patch)
treec34a5733cfc517f8dad9cdf406ec765a7dccd6dd /manifests
parent3d71b9093a8600d465f373de594378b40bd78c83 (diff)
Rename `haproxy_config_options` parameter to `config_options`
For great sanity
Diffstat (limited to 'manifests')
-rw-r--r--manifests/config.pp12
1 files changed, 6 insertions, 6 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index 415c5f6..974f213 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -38,7 +38,7 @@
# The mode of operation for the listening service. Valid values are 'tcp',
# HTTP', and 'health'.
#
-# [*haproxy_config_options*]
+# [*config_options*]
# A hash of options that are inserted into the listening service
# configuration block.
#
@@ -69,11 +69,11 @@
#
define haproxy::config (
$ports,
- $order = '20',
- $virtual_ip = $::ipaddress,
- $mode = 'tcp',
- $collect_exported = true,
- $haproxy_config_options = {
+ $order = '20',
+ $virtual_ip = $::ipaddress,
+ $mode = 'tcp',
+ $collect_exported = true,
+ $config_options = {
'option' => [
'tcplog',
'ssl-hello-chk'