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