<!-- Thank you for contributing to this project! - This project has a Contributor Code of Conduct: https://voxpupuli.org/coc/ - Please check that here is no existing issue or PR that addresses your problem. - Please fill the following form to enable us to help you. - Our vulnerabilities reporting process is at https://voxpupuli.org/security/ --> ## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: PE 2019.8 - Ruby: - Distribution: RHEL8 - Module version: 2.0.0 ## How to reproduce (e.g Puppet code you use) ```puppet pxe::installer { "centos_8.2.2004_x86_64": arch => 'x86_64', ver => '8.2.2004', os => 'centos', file => 'os_centos', kernel => 'images/centos/8.2.2004/x86_64/vmlinuz', append => 'initrd=images/centos/8.2.2004/x86_64/initrd.gz text', } ``` ## What are you seeing Module fails to download vmlinuz and initrd.gz due to those files not being at the url it tries ## Any additional information you'd like to impart I believe for centos >= 8, the baseurl should be: `https://mirrors.kernel.org/${os}/${ver}/BaseOS/${arch}/os/images/pxeboot/`
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Module fails to download vmlinuz and initrd.gz due to those files not being at the url it tries
Any additional information you'd like to impart
I believe for centos >= 8, the baseurl should be:
https://mirrors.kernel.org/${os}/${ver}/BaseOS/${arch}/os/images/pxeboot/