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:
@@ -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,
|
||||||
|
@@ -476,7 +476,7 @@ class keystone(
|
|||||||
}
|
}
|
||||||
|
|
||||||
resources { 'keystone_config':
|
resources { 'keystone_config':
|
||||||
purge => $purge_config,
|
purge => $purge_config,
|
||||||
}
|
}
|
||||||
|
|
||||||
# Endpoint configuration
|
# Endpoint configuration
|
||||||
|
Reference in New Issue
Block a user