This commit is contained in:
LinuxSquare 2023-12-21 14:31:09 +01:00
parent 33d564268f
commit ce499f3d3b

View file

@ -53,7 +53,7 @@ system_bootloader_motd_dir:
system_bootloader_motd:
file.managed:
- name: /etc/motd.d/00_noveria.motd
- source: salt://{{ tpldir }}/files/bootloader_00_noveria.motd
- source: salt://{{ tpldir }}/files/bootloader_00_noveria.motd.jinja
- template: jinja
- context:
OS_NAME: {{ salt['cmd.shell']('grep -E ^PRETTY_NAME /etc/os-release | cut -d= -f2') }}