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:
Takashi Kajinami
2025-08-31 15:07:06 +09:00
parent 394b1ccbf1
commit 24ac6766b8

View File

@@ -179,7 +179,7 @@ class keystone::wsgi::apache (
$request_headers = undef,
$vhost_custom_fragment = undef,
$custom_wsgi_process_options = {},
) inherits keystone::params{
) inherits keystone::params {
include keystone::deps
Anchor['keystone::install::end'] -> Class['apache']