Fixes T818.
Details
Details
- Reviewers
Rashk0 dereckson - Maniphest Tasks
- T818: Add banner on Eglide
- Commits
- rOPSc60721d53bc4: Install banner utilities
Run salt on Eglide
Diff Detail
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
No Lint Coverage - Unit
No Test Coverage - Branch
- arcpatch-D369
- Build Status
Buildable 547 Build 662: arc lint + arc unit
Event Timeline
| roles/shellserver/userland-software/base.sls | ||
|---|---|---|
| 55 | if | |
Comment Actions
ID: utilities
Function: pkg.installed
Result: False
Comment: Problem encountered installing package(s). Additional info follows:
errors:
- debconf: delaying package configuration, since apt-utils is not installed
E: Sub-process /usr/bin/dpkg returned an error code (2)
Started: 22:39:12.007531
Duration: 4984.292 ms
Changes:Comment Actions
- On Debian or Ubuntu, according http://stackoverflow.com/questions/652517/whats-the-deal-with-the-banner-command, we need to install sysvbanner.
- toilet is probably to install too
Comment Actions
On Debian, we need to install toilet-fonts to get more fonts for TOIlet.
There doesn't seem to have currently a package for extra FIGlet fonts (popular fonts like ogre or doom missing).
Comment Actions
Added software:
- sysvbanner (Debian / Ubuntu)
- toilet
- toilet-fonts (Debian / Ubuntu)
Sorted by alphabetical order.