Fix variable in bootloader.sls

This commit is contained in:
LinuxSquare 2023-07-16 20:23:05 +02:00
parent c723fb437b
commit e1e2b0cb77

View file

@ -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: