aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/haproxy.pp
diff options
context:
space:
mode:
authorCarlos Camacho <ccamacho@redhat.com>2016-08-11 15:04:23 +0200
committerCarlos Camacho <ccamacho@redhat.com>2016-08-11 19:11:51 +0000
commitea752f3527746e6b7af2c79071a46ade8bceef61 (patch)
tree8ce549d554e2485bffb0ce506afd52e7083002c7 /manifests/haproxy.pp
parentb2c80337669164699b58e37e4813a9d9b7dc60a5 (diff)
Removing WARNING: line has more than 140 characters in puppet-tripleo profiles
Some lint checks are returning: WARNING: line has more than 140 characters in puppet-tripleo profiles This patch will remove those warnings by adding \'s Change-Id: I19b56c93db82948fb0498a4c9851b522c81946f8
Diffstat (limited to 'manifests/haproxy.pp')
-rw-r--r--manifests/haproxy.pp7
1 files changed, 6 insertions, 1 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp
index 0a53353..c979295 100644
--- a/manifests/haproxy.pp
+++ b/manifests/haproxy.pp
@@ -870,7 +870,12 @@ class tripleo::haproxy (
options => {
'balance' => 'first',
'option' => ['tcp-check',],
- 'tcp-check' => union($redis_tcp_check_options, ['send PING\r\n','expect string +PONG','send info\ replication\r\n','expect string role:master','send QUIT\r\n','expect string +OK']),
+ 'tcp-check' => union($redis_tcp_check_options, ['send PING\r\n',
+ 'expect string +PONG',
+ 'send info\ replication\r\n',
+ 'expect string role:master',
+ 'send QUIT\r\n',
+ 'expect string +OK']),
},
collect_exported => false,
}