Page MenuHomeDevCentral

No OneTemporary

diff --git a/roles/shellserver/motd/init.sls b/roles/shellserver/motd/init.sls
index 3d667a8..4d9ea6d 100644
--- a/roles/shellserver/motd/init.sls
+++ b/roles/shellserver/motd/init.sls
@@ -1,16 +1,21 @@
# -------------------------------------------------------------
# Salt — MOTD
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Eglide
# Created: 2016-04-10
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
motd:
file.managed:
{% if grains['os'] == 'FreeBSD' %}
- name: /etc/motd
{% elif grains['os'] == 'Debian' %}
- name: /etc/motd.tail
{% endif %}
- source: salt://roles/shellserver/motd/files/{{ grains['id'] }}
+
+# Fixes T858
+get_rid_of_scaleway_motd:
+ file.absent:
+ - name: /etc/update-motd.d/50-scw

File Metadata

Mime Type
text/x-diff
Expires
Wed, Oct 22, 13:48 (1 d, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3089671
Default Alt Text
(888 B)

Event Timeline