Fix new lint errors
Fix "WARNING: there should be a single space before '=>'" newly
detected by new puppet-lint.
Change-Id: Ieb538522c688a37fcd6d686f418c25503165f084
(cherry picked from commit e95953905e)
This commit is contained in:
committed by
Tobias Urdin
parent
349215b987
commit
2cace58109
@@ -243,7 +243,7 @@ class mistral(
|
||||
}
|
||||
|
||||
mistral_config {
|
||||
'openstack_actions/os_actions_endpoint_type': value => $os_actions_endpoint_type;
|
||||
'openstack_actions/os_actions_endpoint_type': value => $os_actions_endpoint_type;
|
||||
'DEFAULT/os_actions_endpoint_type': ensure => absent;
|
||||
}
|
||||
|
||||
|
||||
@@ -239,7 +239,7 @@ class mistral::keystone::authtoken(
|
||||
|
||||
keystone::resource::authtoken {
|
||||
'mistral_config':
|
||||
* => $params;
|
||||
* => $params;
|
||||
default:
|
||||
username => $username,
|
||||
password => $password,
|
||||
|
||||
Reference in New Issue
Block a user