From 4f10f185d170bcb90bfffbc128c55864c16affa8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 11 May 2021 12:10:14 +0900 Subject: [PATCH] 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 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 92fc95e5..0869c80e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -623,7 +623,7 @@ class horizon( $horizon_cert = undef, $horizon_key = undef, $horizon_ca = undef, -) inherits ::horizon::params { +) inherits horizon::params { include horizon::deps