From 7268105cdfb4aaef86366bb79243379fde1a366d Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 9 Mar 2025 01:39:19 +0900 Subject: [PATCH] Fix new lint errors Fix "WARNING: there should be a single space before '=>'" newly detected by new puppet-lint. Note that [ssl] enable option in an example file is removed because the option no longer exists in keystone. Change-Id: I39f79e978220d889e6b1f06988c0ef9e20532a6c --- examples/apache_with_paths.pp | 2 -- manifests/init.pp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/apache_with_paths.pp b/examples/apache_with_paths.pp index 2c79c390a..ac0d8a9bf 100644 --- a/examples/apache_with_paths.pp +++ b/examples/apache_with_paths.pp @@ -39,8 +39,6 @@ class { 'keystone::bootstrap': admin_url => "https://${facts['networking']['fqdn']}:443/v3", } -keystone_config { 'ssl/enable': ensure => absent } - include apache class { 'keystone::wsgi::apache': ssl => true, diff --git a/manifests/init.pp b/manifests/init.pp index 3b675471b..fecfcc8f5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -476,7 +476,7 @@ class keystone( } resources { 'keystone_config': - purge => $purge_config, + purge => $purge_config, } # Endpoint configuration