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/init.pp:626:WARNING: class included by absolute name (::$class) Change-Id: I86d181d3e53c780a2d47ca7529f7ed087eb11a4c
This commit is contained in:
parent
a273d944bb
commit
4f10f185d1
@ -623,7 +623,7 @@ class horizon(
|
||||
$horizon_cert = undef,
|
||||
$horizon_key = undef,
|
||||
$horizon_ca = undef,
|
||||
) inherits ::horizon::params {
|
||||
) inherits horizon::params {
|
||||
|
||||
include horizon::deps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user