motd-tail Cookbook
(opens in a new tab) (opens in a new tab) (opens in a new tab)
Updates motd.tail with Chef Roles
Maintainers
This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit sous-chefs.org (opens in a new tab) or come chat with us on the Chef Community Slack in #sous-chefs (opens in a new tab).
Requirements
Platforms
- Ubuntu
Chef
- Chef 15.3+
Cookbooks
- None
Attributes
node['motd-tail']['additional_text']
- Additional text to add to the end of the motd.tail (e.g. unauthorized access banner).
Usage
"run_list": [
"recipe[motd-tail]"
]
motd_tail '/etc/motd.tail' do
action :create
template_source 'motd.custom.erb'
template_cookbook 'custom.cookbook.name'
end
default
Updates motd.tail with useful node data
Examples
For example,
% ssh myserver.int.example.org
***
Chef-Client - myserver.int.example.org
ubuntu
samba_server
netatalk_server
munin_server
rsyslog_server
***
Additional text here when `node['motd-tail']['additional_text']` present.
Contributors
This project exists thanks to all the people who contribute. (opens in a new tab)
Backers
Thank you to all our backers!
Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.