diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-04 22:02:55 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-04 22:02:55 +0000 |
commit | 4ce18281189d168053453ae946505a3623f0dfd6 (patch) | |
tree | cf280e2b859c5301f3981554134dc27196893e3b /manifests/haproxy | |
parent | 1645db04ff772fc91189591c5ce09bd37243017d (diff) | |
parent | bc6bfc593ecd4e565a6721d92ea3fe45fd81b7df (diff) |
Merge "Use correct manage_firewall hieradata"
Diffstat (limited to 'manifests/haproxy')
-rw-r--r-- | manifests/haproxy/endpoint.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/haproxy/endpoint.pp b/manifests/haproxy/endpoint.pp index da2aba3..16e0bd1 100644 --- a/manifests/haproxy/endpoint.pp +++ b/manifests/haproxy/endpoint.pp @@ -147,7 +147,7 @@ define tripleo::haproxy::endpoint ( server_names => $server_names, options => $member_options, } - if hiera('manage_firewall', true) { + if hiera('tripleo::firewall::manage_firewall', true) { include ::tripleo::firewall # This block will construct firewall rules only when we specify # a port for the regular service and also the ssl port for the service. |