Explorar el Código

Fix update-motd for debian

pull/123/head
Filip Pytloun hace 7 años
padre
commit
8b5af7cea1
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      linux/system/motd.sls

+ 4
- 2
linux/system/motd.sls Ver fichero

@@ -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 %}

Cargando…
Cancelar
Guardar