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:
parent
afd8c67eac
commit
d0c5fed100
@ -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': }
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user