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:
Takashi Kajinami 2021-05-11 12:10:14 +09:00
parent a273d944bb
commit 4f10f185d1

View File

@ -623,7 +623,7 @@ class horizon(
$horizon_cert = undef, $horizon_cert = undef,
$horizon_key = undef, $horizon_key = undef,
$horizon_ca = undef, $horizon_ca = undef,
) inherits ::horizon::params { ) inherits horizon::params {
include horizon::deps include horizon::deps