Fix typo
This commit is contained in:
parent
33d564268f
commit
ce499f3d3b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ system_bootloader_motd_dir:
|
||||||
system_bootloader_motd:
|
system_bootloader_motd:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /etc/motd.d/00_noveria.motd
|
- 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
|
- template: jinja
|
||||||
- context:
|
- context:
|
||||||
OS_NAME: {{ salt['cmd.shell']('grep -E ^PRETTY_NAME /etc/os-release | cut -d= -f2') }}
|
OS_NAME: {{ salt['cmd.shell']('grep -E ^PRETTY_NAME /etc/os-release | cut -d= -f2') }}
|
||||||
|
|
Loading…
Reference in a new issue