updated motd state
This commit is contained in:
parent
02e8b375b2
commit
fdb393ba42
@ -3,6 +3,12 @@ motd-pkg:
|
|||||||
pkg.latest:
|
pkg.latest:
|
||||||
- name: figlet
|
- name: figlet
|
||||||
|
|
||||||
|
{% if salt["file.is_link"]("/etc/motd") %}
|
||||||
|
motd-file-link-delete:
|
||||||
|
file.absent:
|
||||||
|
- name: /etc/motd
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
motd-file:
|
motd-file:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /etc/motd
|
- name: /etc/motd
|
||||||
|
Loading…
Reference in New Issue
Block a user