Fix lint error with the latest lint packages
This change fixes the following lint error which is detected since we removed pin of lint packages. manifests/openstackclient.pp:18:WARNING: class included by absolute name (::$class) Change-Id: Idcc8db91bda9b71e0ed5f05f7f4c9fe587ae6b0b
This commit is contained in:
parent
e93ef4b972
commit
5982115b98
@ -15,7 +15,7 @@
|
||||
class openstacklib::openstackclient(
|
||||
$package_name = $::openstacklib::params::openstackclient_package_name,
|
||||
$package_ensure = 'present',
|
||||
) inherits ::openstacklib::params {
|
||||
) inherits openstacklib::params {
|
||||
|
||||
ensure_packages($package_name, {
|
||||
'ensure' => $package_ensure,
|
||||
|
Loading…
x
Reference in New Issue
Block a user