Takashi Kajinami fc220e0a08 MySQL: Remove workaround for old mariadb-libs in CentOS7
This reverts the commit 3b6bc5bb3ee63cf23ae56cfbf7c102799f2480b4 , 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
2022-02-13 12:50:41 +09:00

6 lines
70 B
Puppet

class openstack_integration::mysql {
class { 'mysql::server': }
}