Fix new lint errors

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

Change-Id: I06e2839b3fc6348d97453c95c6bf223f0a2d3694
This commit is contained in:
Takashi Kajinami 2025-03-09 01:11:41 +09:00
parent 296b623fc3
commit 2fe578de0e
2 changed files with 2 additions and 2 deletions

@ -22,7 +22,7 @@
# sudo pcs constraint colocation add cinder_api_service with cinder_vip
class { 'cinder':
database_connection => 'mysql://cinder:secret_block_password@openstack-controller.example.com/cinder',
database_connection => 'mysql://cinder:secret_block_password@openstack-controller.example.com/cinder',
}
class { 'cinder::api':

@ -244,7 +244,7 @@ class cinder::keystone::authtoken(
keystone::resource::authtoken {
'cinder_config':
* => $params;
* => $params;
default:
username => $username,
password => $password,