Quellcode durchsuchen

Fix update-motd for debian

pull/123/head
Filip Pytloun vor 7 Jahren
Ursprung
Commit
8b5af7cea1
1 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  1. +4
    -2
      linux/system/motd.sls

+ 4
- 2
linux/system/motd.sls Datei anzeigen

@@ -10,15 +10,17 @@

{%- else %}

{%- if grains.os == 'Ubuntu' %}
package_update_motd:
pkg.installed:
- name: update-motd
- require_in:
- file: /etc/update-motd.d
{%- endif %}

/etc/update-motd.d:
file.directory:
- clean: true
- require:
- pkg: package_update_motd

{%- for motd in system.motd %}
{%- set motd_index = loop.index %}

Laden…
Abbrechen
Speichern