From 1d39e1f0eeba79d6c4fdba3348e156a2b9b8479d Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 25 Oct 2016 16:53:31 +0000 Subject: [PATCH] We aren't alone in this list Signed-off-by: Patrick Uiterwijk --- inventory/group_vars/proxies | 2 +- inventory/group_vars/proxies-stg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/proxies b/inventory/group_vars/proxies index 677160bb6c..c513572776 100644 --- a/inventory/group_vars/proxies +++ b/inventory/group_vars/proxies @@ -15,7 +15,7 @@ tcp_ports: [ 443, # This is for TCP krb5 - 1088 + 1088, # This is for the haproxy HTML stats page # TODO -- there's no need for this to be wide open to the world. With this diff --git a/inventory/group_vars/proxies-stg b/inventory/group_vars/proxies-stg index 0b3c25ae87..7988338b7a 100644 --- a/inventory/group_vars/proxies-stg +++ b/inventory/group_vars/proxies-stg @@ -15,7 +15,7 @@ tcp_ports: [ 443, # This is for TCP krb5 - 1088 + 1088, # This is for the haproxy HTML stats page # TODO -- there's no need for this to be wide open to the world. With this