From d0c5fed100196571eaef6d6a56483040f8600964 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 11 May 2021 18:58:08 +0900 Subject: [PATCH] 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 --- examples/k2k_sp_shib.pp | 2 +- manifests/wsgi/apache.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/k2k_sp_shib.pp b/examples/k2k_sp_shib.pp index ccdd457dd..e1903d167 100644 --- a/examples/k2k_sp_shib.pp +++ b/examples/k2k_sp_shib.pp @@ -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': } diff --git a/manifests/wsgi/apache.pp b/manifests/wsgi/apache.pp index 17bd889b9..0ab2a028b 100644 --- a/manifests/wsgi/apache.pp +++ b/manifests/wsgi/apache.pp @@ -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