Ensure .my.cnf exists even if mysql is disabled

Change-Id: I611e721fff8f7c9c0ce5d234132b6bb1c6f219a1
Closes-Bug: #1620410
Related-Bug: #1618607
Signed-off-by: Maksim Malchuk <mmalchuk@mirantis.com>
This commit is contained in:
Maksim Malchuk 2016-09-06 00:28:53 +03:00
parent 2f3ceb43df
commit eb29d313ef
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,6 @@ class osnailyfacter::mysql_access (
# TODO(dilyin): ensuring the default file is present is required for the external db configurations
# TODO(dilyin): but it causes duplicate declaration errors on the controller. Some solution should be found.
# TODO(dilyin): https://bugs.launchpad.net/fuel/+bug/1618607
# ensure_resource(file, $default_file_path)
ensure_resource(file, $default_file_path)
}
}