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)
(cherry picked from commit a86fc54cbf)
This commit is contained in:
Takashi Kajinami
2025-03-09 01:10:45 +09:00
parent 4801b14f6c
commit f75c89dddd

View File

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