Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12298017
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
888 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment