/chef-motd

Chef recipe to customize /etc/issue.net file

Primary LanguageRuby

motd Cookbook

This cookbook setups /etc/issue.net file to provide a message on SSH connection (before logon)

Requirements

None.

Attributes

{
  "motd": {
    "message": ".."
  }
}

Usage

motd::default

Just include motd in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[motd]"
  ]
}

Contributing

Need help for testing following best practises, if you can help you are welcome!

License and Authors

License: MIT

Authors:

Simone Dall'Angelo