{%- else %} | {%- else %} | ||||
{%- if grains.os == 'Ubuntu' %} | |||||
package_update_motd: | package_update_motd: | ||||
pkg.installed: | pkg.installed: | ||||
- name: update-motd | - name: update-motd | ||||
- require_in: | |||||
- file: /etc/update-motd.d | |||||
{%- endif %} | |||||
/etc/update-motd.d: | /etc/update-motd.d: | ||||
file.directory: | file.directory: | ||||
- clean: true | - clean: true | ||||
- require: | |||||
- pkg: package_update_motd | |||||
{%- for motd in system.motd %} | {%- for motd in system.motd %} | ||||
{%- set motd_index = loop.index %} | {%- set motd_index = loop.index %} |