paulbsd-salt/states/motd/templates/motd.j2

3 lines
68 B
Plaintext
Raw Normal View History

2020-07-10 00:58:55 +02:00
{{ salt['cmd.run']('figlet -w 120 '+salt['grains.get']('host')) }}
2023-03-13 08:26:02 +01:00