mysql: fix the packages mapping on RHEL7 (mariadb)

RHEL7 configuration is the same as CentOS7 (or the other way around).
uses mariadb like CentOS7

Closes-Bug: #1675119
Change-Id: I7ea7a6f327f69a7271b605733ba95ef296bebef7
(cherry picked from commit 0498254076)
This commit is contained in:
Luigi Toscano 2017-03-22 19:10:25 +01:00
parent 3b90daabed
commit 1467367e71
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@
"mysql_libs_package": "mariadb-libs",
"mysql_server_package": "mariadb-server",
"mysql_java_package": "mysql-connector-java"
},
"rhel7": {
"mysql_package": "mariadb",
"mysql_libs_package": "mariadb-libs",
"mysql_server_package": "mariadb-server",
"mysql_java_package": "mysql-connector-java"
}
},
"family": {