This reverts the commit 3b6bc5bb3e , and
removes the workaround added by that change, because
- We no longer use CentOS 7 in CI
- The issue is supposed to have been fixed in a recent mariadb-libs
package.
Change-Id: I05881459950c716430190ceba0813ac15f92da85
6 lines
70 B
Puppet
6 lines
70 B
Puppet
class openstack_integration::mysql {
|
|
|
|
class { 'mysql::server': }
|
|
|
|
}
|