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
This commit is contained in:
parent
ada04652a7
commit
cb788a3068
@ -35,10 +35,6 @@
|
|||||||
# (optional) Git repository location for pulling Bifrost
|
# (optional) Git repository location for pulling Bifrost
|
||||||
# Defaults to 'https://opendev.org/openstack/bifrost'
|
# Defaults to 'https://opendev.org/openstack/bifrost'
|
||||||
#
|
#
|
||||||
# [*revision*]
|
|
||||||
# (optional) The branch or commit to checkout on Bifrost repository
|
|
||||||
# Defaults to 'master'
|
|
||||||
#
|
|
||||||
# [*ensure*]
|
# [*ensure*]
|
||||||
# (optional) Ensure value for cloning the Bifrost repository.
|
# (optional) Ensure value for cloning the Bifrost repository.
|
||||||
# This is a pass-thru variable for vcsrepo, acceptable values are
|
# This is a pass-thru variable for vcsrepo, acceptable values are
|
||||||
|
@ -67,7 +67,7 @@ class ironic::pxe (
|
|||||||
$tftp_bind_host = undef,
|
$tftp_bind_host = undef,
|
||||||
$enable_ppc64le = false,
|
$enable_ppc64le = false,
|
||||||
$ipxe_name_base = 'ipxe',
|
$ipxe_name_base = 'ipxe',
|
||||||
) inherits ::ironic::params {
|
) inherits ironic::params {
|
||||||
|
|
||||||
include ironic::deps
|
include ironic::deps
|
||||||
include ironic::pxe::common
|
include ironic::pxe::common
|
||||||
|
Loading…
Reference in New Issue
Block a user