Fix new lint errors

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

Change-Id: I4cfb613d10769e5d39c9f72008313f57a206fbe0
This commit is contained in:
Takashi Kajinami
2025-03-09 01:10:45 +09:00
parent acf05a6dab
commit d2ed6edfb7

View File

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