Fix variable in bootloader.sls
This commit is contained in:
parent
c723fb437b
commit
e1e2b0cb77
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ system_bootloader_remove_default_menuentry:
|
||||||
- system_bootloader_install
|
- system_bootloader_install
|
||||||
- system_bootloader_config
|
- 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:
|
system_bootloader_menuentry:
|
||||||
file.blockreplace:
|
file.blockreplace:
|
||||||
|
|
Loading…
Reference in a new issue