Fix lint errors with the latest lint packages

This change fixes the following lint errors discovered since we removed
pin of lint packages.

examples/k2k_sp_shib.pp:36:WARNING: absolute class name reference
manifests/wsgi/apache.pp:166:WARNING: class included by absolute name
(::$class)

Change-Id: I2b9c73a3f8f8a8756ac75320fcabf69eaf7947be
This commit is contained in:
Takashi Kajinami 2021-05-11 18:58:08 +09:00
parent afd8c67eac
commit d0c5fed100
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ yumrepo { 'shibboleth':
require => Anchor['openstack_extras_redhat']
}
Yumrepo['shibboleth'] -> Class['::keystone::federation::shibboleth']
Yumrepo['shibboleth'] -> Class['keystone::federation::shibboleth']
# Yumrepo end
class { 'mysql::server': }

View File

@ -163,7 +163,7 @@ class keystone::wsgi::apache (
$headers = undef,
$vhost_custom_fragment = undef,
$custom_wsgi_process_options = {},
) inherits ::keystone::params {
) inherits keystone::params {
include keystone::deps