From e1e2b0cb7786cf23b91dd677cd4d933a0b9ec202 Mon Sep 17 00:00:00 2001 From: LinuxSquare <7436714-OfficialLinuxSquare@users.noreply.gitlab.com> Date: Sun, 16 Jul 2023 20:23:05 +0200 Subject: [PATCH] Fix variable in bootloader.sls --- system/bootloader.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/bootloader.sls b/system/bootloader.sls index af8dc27..5160225 100644 --- a/system/bootloader.sls +++ b/system/bootloader.sls @@ -73,7 +73,7 @@ system_bootloader_remove_default_menuentry: - system_bootloader_install - system_bootloader_config -{% CUSTOM_MENUENTRY_HEADER = salt['cmd.shell']('head -n5 /etc/grub.d/40_custom') %} +{% set CUSTOM_MENUENTRY_HEADER = salt['cmd.shell']('head -n5 /etc/grub.d/40_custom') %} system_bootloader_menuentry: file.blockreplace: