Fix new lint errors

Fix "WARNING: there should be a single space before '=>'" newly
detected by new puppet-lint.

Change-Id: Ieb538522c688a37fcd6d686f418c25503165f084
(cherry picked from commit e95953905e)
This commit is contained in:
Takashi Kajinami
2025-03-09 01:16:17 +09:00
committed by Tobias Urdin
parent 349215b987
commit 2cace58109
2 changed files with 2 additions and 2 deletions

View File

@@ -243,7 +243,7 @@ class mistral(
}
mistral_config {
'openstack_actions/os_actions_endpoint_type': value => $os_actions_endpoint_type;
'openstack_actions/os_actions_endpoint_type': value => $os_actions_endpoint_type;
'DEFAULT/os_actions_endpoint_type': ensure => absent;
}

View File

@@ -239,7 +239,7 @@ class mistral::keystone::authtoken(
keystone::resource::authtoken {
'mistral_config':
* => $params;
* => $params;
default:
username => $username,
password => $password,