aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/haproxy.pp
diff options
context:
space:
mode:
authorgecong1973 <ge.cong@zte.com.cn>2016-09-30 14:51:20 +0800
committergecong1973 <ge.cong@zte.com.cn>2016-09-30 14:51:20 +0800
commit3cb18bbc89cef24b2daf4e264a83fa9ed2f7d0ac (patch)
tree6b5120f74cb0a0c0289c3d66ee1d32e5e536220a /manifests/haproxy.pp
parentb8f8d0fbd65104a4b79ab98f26a7d8a9815dbdeb (diff)
Fix a typo in haproxy.pp
TrivialFix Change-Id: Ibbd79ef0db6585e1eed2936bb9aa08c894d5af13
Diffstat (limited to 'manifests/haproxy.pp')
-rw-r--r--manifests/haproxy.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp
index 6a81731..1fc0312 100644
--- a/manifests/haproxy.pp
+++ b/manifests/haproxy.pp
@@ -1007,7 +1007,7 @@ class tripleo::haproxy (
# NOTE(jaosorior): Websockets have more overhead in establishing
# connections than regular HTTP connections. Also, since it begins
# as an HTTP connection and then "upgrades" to a TCP connection, some
- # timeouts get overriden by others at certain times of the connection.
+ # timeouts get overridden by others at certain times of the connection.
# The following values were taken from the following site:
# http://blog.haproxy.com/2012/11/07/websockets-load-balancing-with-haproxy/
'timeout' => ['connect 5s', 'client 25s', 'server 25s', 'tunnel 3600s'],