Without this commit, using the ::pxe::images defined type for RedHat
distros would cause a failure unless a "baseurl" was provided from which
to download the elements needed for PXE beeting. Generally, RedHat
repositories are not publicly availabe and we cannot just grab these
files from a mirror like the other FOSS distrobutions. However, ti would
still be nice to have the directory structure setup so that it could be
manually populated from the ISO.
This commit allows the ::pxe::images defined tyoe to be used without
providing a "baseurl" parameter.
Without this commit, using the
::pxe::images
defined type for RedHat distros would cause a failure unless a "baseurl" was provided from which to download the elements needed for PXE beeting. Generally, RedHat repositories are not publicly availabe and we cannot just grab these files from a mirror like the other FOSS distrobutions. However, ti would still be nice to have the directory structure setup so that it could be manually populated from the ISO.This commit allows the
::pxe::images
defined tyoe to be used without providing a "baseurl" parameter.