From cb788a3068f548d027eba447d97625939dedc0c4 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 11 May 2021 18:08:45 +0900 Subject: [PATCH] Fix lint errors with the latest lint packages This change fixes the following lint errors discovered since we removed pin of lint packages. manifests/bifrost.pp:50:WARNING: Duplicate class parameter documentation for ironic::bifrost::revision manifests/bifrost.pp:38:WARNING: Duplicate class parameter documentation for ironic::bifrost::revision manifests/pxe.pp:70:WARNING: class included by absolute name (::$class) Change-Id: I363ed1f1a5fe46442e394929451481e5bff55828 --- manifests/bifrost.pp | 4 ---- manifests/pxe.pp | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/manifests/bifrost.pp b/manifests/bifrost.pp index 7361d971..0375078d 100644 --- a/manifests/bifrost.pp +++ b/manifests/bifrost.pp @@ -35,10 +35,6 @@ # (optional) Git repository location for pulling Bifrost # Defaults to 'https://opendev.org/openstack/bifrost' # -# [*revision*] -# (optional) The branch or commit to checkout on Bifrost repository -# Defaults to 'master' -# # [*ensure*] # (optional) Ensure value for cloning the Bifrost repository. # This is a pass-thru variable for vcsrepo, acceptable values are diff --git a/manifests/pxe.pp b/manifests/pxe.pp index 3fea90df..f925d382 100644 --- a/manifests/pxe.pp +++ b/manifests/pxe.pp @@ -67,7 +67,7 @@ class ironic::pxe ( $tftp_bind_host = undef, $enable_ppc64le = false, $ipxe_name_base = 'ipxe', -) inherits ::ironic::params { +) inherits ironic::params { include ironic::deps include ironic::pxe::common