Actions
Bug #8002
closedforeman-install fails when choosing to use mysql on CentOS 7
Status:
Resolved
Priority:
Low
Assignee:
-
Category:
External modules
Target version:
-
Description
Was testing the foreman-installer on CentOS 7 to find that when selecting foreman-db-type mysql, there are failures due to trying to install mysql vs mariadb via yum.
Execution of '/usr/bin/yum -d 0 -e 0 -y list mysql' returned 1: Error: No matching Packages to list
Installing Error: Execution of '/usr/bin/yum -d 0 -e 0 -y lis [13% /Stage[main]/Mysql::Client::Install/Package[mysql_client]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y list mysql' returned 1: Error: No matching Packages to list
Updated by Dominic Cleal over 10 years ago
- Project changed from Foreman to Installer
- Category set to External modules
Updated by Andreas Schiermeier almost 10 years ago
Created Pull Request to fix this issue. Afterwards I've realized this is an official module supported by Puppetlabs.
The current version of the module on https://forge.puppetlabs.com/puppetlabs/mysql provides a much better fix. Is it possible to integrate this one?
Updated by Dominic Cleal almost 10 years ago
- Status changed from New to Feedback
I think this is probably fixed by Foreman 1.8, as we're now using puppetlabs/mysql 3.x which adds MariaDB support. Please give it a try and let us know if an issue still exists.
Actions