From b5826a40005a4a593d760828a83f72056f38ab5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 3 Jan 2022 23:04:36 +0100 Subject: fix efi bootmgr. --- modules/syslinux/lib/facter/efibootmgr.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/syslinux/lib/facter/efibootmgr.rb b/modules/syslinux/lib/facter/efibootmgr.rb index f4a03f4..81a3dc3 100644 --- a/modules/syslinux/lib/facter/efibootmgr.rb +++ b/modules/syslinux/lib/facter/efibootmgr.rb @@ -1,4 +1,4 @@ -if Facter::Core::Execution.which('efibootmgr') do +if Facter::Core::Execution.which('efibootmgr') then Facter.add('efi') do setcode do out = {} -- cgit v1.2.3