Merge "xinetd: bind only on mysql network"

This commit is contained in:
Jenkins 2017-02-17 12:04:18 +00:00 committed by Gerrit Code Review
commit 3cea0982f9
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ class tripleo::profile::pacemaker::database::mysql (
unless => '/bin/test -e /etc/sysconfig/clustercheck && grep -q clustercheck /etc/sysconfig/clustercheck',
}
xinetd::service { 'galera-monitor' :
bind => hiera('mysql_bind_host'),
port => '9200',
server => '/usr/bin/clustercheck',
per_source => 'UNLIMITED',