From 37193348a660c14718dc0503cda687849c3ccad3 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 10 Oct 2012 11:54:51 -0700 Subject: Update haproxy::config for indentation and Puppet 2.6 --- manifests/config.pp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifests/config.pp b/manifests/config.pp index 444905b..f47e387 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -71,10 +71,14 @@ define haproxy::config ( $order = '20', $virtual_ip = $::ipaddress, $mode = 'tcp', - $haproxy_config_options = {'option' => ['tcplog', - 'ssl-hello-chk'], - 'balance' => 'roundrobin'}, $collect_exported = true, + $haproxy_config_options = { + 'option' => [ + 'tcplog', + 'ssl-hello-chk' + ], + 'balance' => 'roundrobin' + } ) { concat::fragment { "${name}_config_block": order => $order, -- cgit v1.2.3