Merge "Don't try and create the my.cnf.d dir everytime"

This commit is contained in:
Jenkins 2017-04-07 07:50:17 +00:00 committed by Gerrit Code Review
commit d826518a77

View File

@ -82,6 +82,7 @@ class tripleo::profile::base::database::mysql::client (
# Create /etc/my.cnf.d/tripleo.cnf
exec { 'directory-create-etc-my.cnf.d':
command => 'mkdir -p /etc/my.cnf.d',
unless => 'test -d /etc/my.cnf.d',
path => ['/usr/bin', '/usr/sbin', '/bin', '/sbin'],
} ->
augeas { 'tripleo-mysql-client-conf':