Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S sys
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • CHEFCHEF
  • cookbooks
  • sys
  • Issues
  • #22
Closed
Open
Issue created May 17, 2021 by Christopher Huhn@c.huhnOwner

Handle arrays in sys::banner

sys::banner should be able to handle arrays (by joining them with newlines instead of the implicit to_s).

node['sys']['banner']['footer'] = [ "line 1", "line 2" ]

should result in

line 1
line 2

instead of

["line 1", "line 2"]

in /etc/motd.

Assignee
Assign to
Time tracking

https://git.gsi.de is provided by CIT→Linux&Web | GSI Helmholtzzentrum fuer Schwerionenforschung GmbH | Imprint (in German) | Privacy policy