aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-07 01:41:02 +0000
committerGerrit Code Review <review@openstack.org>2017-01-07 01:41:02 +0000
commit97af2be70240898065ac6314767554cfda9a19f4 (patch)
tree3356a66f9f50cc02434d39a2b7ea65a674b4a180
parent431d0d66d7874d1f781ec516b10786f07e6a9d4d (diff)
parent03158e5ae70bd2bedbb329038931094ba4cbef43 (diff)
Merge "Fix puppet warning for empty value"
-rw-r--r--manifests/haproxy/endpoint.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/haproxy/endpoint.pp b/manifests/haproxy/endpoint.pp
index 0bba245..2f60b24 100644
--- a/manifests/haproxy/endpoint.pp
+++ b/manifests/haproxy/endpoint.pp
@@ -166,6 +166,8 @@ define tripleo::haproxy::endpoint (
'dport' => $public_ssl_port,
},
}
+ } else {
+ $haproxy_ssl_firewall_rules = {}
}
$firewall_rules = merge($haproxy_firewall_rules, $haproxy_ssl_firewall_rules)
if $service_port or $public_ssl_port {