Fix new lint errors

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

Change-Id: I4cfb613d10769e5d39c9f72008313f57a206fbe0
(cherry picked from commit d2ed6edfb7)
This commit is contained in:
Takashi Kajinami
2025-03-09 01:10:45 +09:00
parent d9ce808934
commit a86fc54cbf

View File

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