chore: update cobbler for el9
All checks were successful
Build / precommit (pull_request) Successful in 4m35s

- update cobbler/cobbler-web package
- update path for ipxebins
This commit is contained in:
Ben Vincent 2025-07-10 21:58:15 +10:00
parent ccda327c7a
commit 396606b1fa
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@ class profiles::cobbler::ipxebins {
# download the custom undionly.kpxe file
# https://gist.github.com/rikka0w0/50895b82cbec8a3a1e8c7707479824c1
exec { 'download_undionly_kpxe':
command => 'wget -O /var/lib/tftpboot/undionly.kpxe http://repos.main.unkin.net/unkin/8/x86_64/os/Archives/undionly.kpxe',
command => 'wget -O /var/lib/tftpboot/undionly.kpxe http://boot.ipxe.org/undionly.kpxe',
path => ['/bin', '/usr/bin'],
creates => '/var/lib/tftpboot/undionly.kpxe',
}
@ -27,7 +27,7 @@ class profiles::cobbler::ipxebins {
# download the custom ipxe.efi file
# https://gist.github.com/rikka0w0/50895b82cbec8a3a1e8c7707479824c1
exec { 'download_ipxe_efi':
command => 'wget -O /var/lib/tftpboot/ipxe.efi http://repos.main.unkin.net/unkin/8/x86_64/os/Archives/ipxe.efi',
command => 'wget -O /var/lib/tftpboot/ipxe.efi http://boot.ipxe.org/ipxe.efi',
path => ['/bin', '/usr/bin'],
creates => '/var/lib/tftpboot/ipxe.efi',
}

View File

@ -12,7 +12,6 @@ class profiles::cobbler::params (
Boolean $cache_enabled = false,
Array $packages = [
'cobbler',
'cobbler3.2-web',
'httpd',
'syslinux',
'dnf-plugins-core',