Details
Details
- Reviewers
Sandlayth - Maniphest Tasks
- T858: MOTD is buggy on Eglide
- Commits
- rOPS8d5e032d54e1: Get rid of Scaleway MOTD
salt eglide state.apply roles/shellserver/motd
Diff Detail
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
No Lint Coverage - Unit
No Test Coverage - Branch
- T858
- Build Status
Buildable 545 Build 660: arc lint + arc unit
Event Timeline
Comment Actions
Test run looks good to me.
Ysul
$ salt eglide state.apply roles/shellserver/motd/ eglide: ---------- ID: motd Function: file.managed Name: /etc/motd.tail Result: True Comment: File /etc/motd.tail is in the correct state Started: 01:27:42.451152 Duration: 1265.868 ms Changes: ---------- ID: get_rid_of_scaleway_motd Function: file.absent Name: /etc/update-motd.d/50-scw Result: True Comment: File /etc/update-motd.d/50-scw is not present Started: 01:27:43.718374 Duration: 4.757 ms Changes: Summary for eglide ------------ Succeeded: 2 Failed: 0 ------------ Total states run: 2 $ ssh root@eglide touch /etc/update-motd.d/50-scw $ salt eglide state.apply roles/shellserver/motd/ eglide: ---------- ID: motd Function: file.managed Name: /etc/motd.tail Result: True Comment: File /etc/motd.tail is in the correct state Started: 01:27:57.175518 Duration: 1254.382 ms Changes: ---------- ID: get_rid_of_scaleway_motd Function: file.absent Name: /etc/update-motd.d/50-scw Result: True Comment: Removed file /etc/update-motd.d/50-scw Started: 01:27:58.431156 Duration: 5.144 ms Changes: ---------- removed: /etc/update-motd.d/50-scw Summary for eglide ------------ Succeeded: 2 (changed=1) Failed: 0 ------------ Total states run: 2