voxpupuli / puppet-pxe

Puppet module for deploying a PXE boot server
https://forge.puppet.com/puppet/pxe
51 stars 38 forks source link

Make the pxe::images reosurce safer for RHEL #8

Closed trlinkin closed 10 years ago

trlinkin commented 10 years ago

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.

zachfi commented 10 years ago

Thank you!