We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a42903 commit 71e2e30Copy full SHA for 71e2e30
manifests/tftp/netboot.pp
@@ -28,10 +28,7 @@
28
29
case $grub_installation_type {
30
'redhat': {
31
- $grub_efi_path = $facts['os']['name'] ? {
32
- /Fedora|CentOS|AlmaLinux|Rocky/ => downcase($facts['os']['name']),
33
- default => 'redhat',
34
- }
+ $grub_efi_path = downcase($facts['os']['name'])
35
36
file { "${root}/grub2/grubx64.efi":
37
ensure => file,
0 commit comments