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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user