From 2fe578de0e399bc2542495cb8611b2ff351249d7 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 9 Mar 2025 01:11:41 +0900 Subject: [PATCH] Fix new lint errors Fix "WARNING: there should be a single space before '=>'" newly detected by new puppet-lint. Change-Id: I06e2839b3fc6348d97453c95c6bf223f0a2d3694 --- examples/cinder_volume_with_pacemaker.pp | 2 +- manifests/keystone/authtoken.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cinder_volume_with_pacemaker.pp b/examples/cinder_volume_with_pacemaker.pp index 4902ba5b..68481d93 100644 --- a/examples/cinder_volume_with_pacemaker.pp +++ b/examples/cinder_volume_with_pacemaker.pp @@ -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': diff --git a/manifests/keystone/authtoken.pp b/manifests/keystone/authtoken.pp index cb6c8b53..4096674c 100644 --- a/manifests/keystone/authtoken.pp +++ b/manifests/keystone/authtoken.pp @@ -244,7 +244,7 @@ class cinder::keystone::authtoken( keystone::resource::authtoken { 'cinder_config': - * => $params; + * => $params; default: username => $username, password => $password,