Fix remaining lint error

It was overlooked by f2119ee6e8 .

Change-Id: I1b2b9c8bb22e92e8b282bc96f807357bd10d147a
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-08-23 17:01:27 +09:00
parent c8ac3e285a
commit edf1297708

View File

@@ -38,15 +38,14 @@
#
class nova::db::mysql (
String[1] $password,
$dbname = 'nova',
$user = 'nova',
$host = '127.0.0.1',
$charset = 'utf8',
$collate = 'utf8_general_ci',
$allowed_hosts = undef,
Boolean $setup_cell0 = true,
$dbname = 'nova',
$user = 'nova',
$host = '127.0.0.1',
$charset = 'utf8',
$collate = 'utf8_general_ci',
$allowed_hosts = undef,
Boolean $setup_cell0 = true,
) {
include nova::deps
openstacklib::db::mysql { 'nova':