Fix new lint errors

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

Change-Id: Ia2ea8e3661ed6e78b481d2af95ff8559f280fb2f
(cherry picked from commit 287102424d)
(cherry picked from commit b90a1a337d)
This commit is contained in:
Takashi Kajinami
2025-03-09 01:14:34 +09:00
parent ed50d609e0
commit 9fcab78142

View File

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