Merge "Fix the TCP port for Kibana viewer dashboard"

This commit is contained in:
Jenkins 2016-07-22 08:20:25 +00:00 committed by Gerrit Code Review
commit dc4b768a48
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ firewall { '101 proxy-kibana':
if $authnz['ldap_authorization_enabled'] {
firewall { '101 proxy-kibana-viewer':
port => hiera('lma::elasticsearch::kibana_frontend_viewer_port'),
port => hiera('lma::elasticsearch::apache_viewer_port'),
proto => 'tcp',
action => 'accept',
}