paulbsd-salt/states/motd/init.sls

6 lines
108 B
Plaintext
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
motd-file:
file.managed:
- name: /etc/motd
- source: salt://motd/motd.j2
- template: jinja