voxpupuli / puppet-pxe

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

Out-of-box default behavior on Redhat family OSes fails #50

Closed mikerenfro closed 4 years ago

mikerenfro commented 5 years ago

Might just need some extra parameters to the pxe class, but by default, the pxe class has a hard-coded tftp_root of /srv/tftp on all platforms, and the puppetlabs tftp module uses /var/lib/tftpboot on when osfamily=='redhat'. So a simple class {'tftp'} and class {'pxe'} fails.