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
This commit is contained in:
Takashi Kajinami
2025-03-09 01:39:19 +09:00
parent d4ada5b654
commit 7268105cdf
2 changed files with 1 additions and 3 deletions

View File

@@ -39,8 +39,6 @@ class { 'keystone::bootstrap':
admin_url => "https://${facts['networking']['fqdn']}:443/v3", admin_url => "https://${facts['networking']['fqdn']}:443/v3",
} }
keystone_config { 'ssl/enable': ensure => absent }
include apache include apache
class { 'keystone::wsgi::apache': class { 'keystone::wsgi::apache':
ssl => true, ssl => true,