Merge "We don't need to create the clustercheck user anymore"

This commit is contained in:
Jenkins 2015-05-26 20:30:58 +00:00 committed by Gerrit Code Review
commit 3a7b3fe00d
1 changed files with 0 additions and 4 deletions

View File

@ -208,10 +208,6 @@ if hiera('step') >= 2 {
require => Class['::mysql::server'],
before => Exec['galera-ready'],
}
mysql_user { 'clustercheckuser@localhost' :
password_hash => mysql_password($clustercheck_password),
require => Exec['galera-ready'],
}
}
# Redis