Fix the TCP port for Kibana viewer dashboard

Change-Id: Ie69930cdec256b15792bfa06496aa03b4f1188b0
Closes-Bug: #1605155
This commit is contained in:
Simon Pasquier 2016-07-21 11:34:14 +02:00
parent 9b67f60935
commit efed2b21a0
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',
}