Fix lint error
Fix the following error detected in CI. manifests/wsgi/apache.pp - ERROR: there should be a single space before an opening brace on line 182 (check: manifest_whitespace_opening_brace_before) Change-Id: I40795145be181c433763e24f849cfc243c41c31f Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -179,7 +179,7 @@ class keystone::wsgi::apache (
|
|||||||
$request_headers = undef,
|
$request_headers = undef,
|
||||||
$vhost_custom_fragment = undef,
|
$vhost_custom_fragment = undef,
|
||||||
$custom_wsgi_process_options = {},
|
$custom_wsgi_process_options = {},
|
||||||
) inherits keystone::params{
|
) inherits keystone::params {
|
||||||
include keystone::deps
|
include keystone::deps
|
||||||
|
|
||||||
Anchor['keystone::install::end'] -> Class['apache']
|
Anchor['keystone::install::end'] -> Class['apache']
|
||||||
|
Reference in New Issue
Block a user