Updates motd.tail with Chef Roles
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 or come chat with us on the Chef Community Slack in #sous-chefs.
- Ubuntu
- Chef 15.3+
- None
node['motd-tail']['additional_text']
- Additional text to add to the end of the motd.tail (e.g. unauthorized access banner).
"run_list": [
"recipe[motd-tail]"
]
motd_tail '/etc/motd.tail' do
action :create
template_source 'motd.custom.erb'
template_cookbook 'custom.cookbook.name'
end
Updates motd.tail with useful node data
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.
This project exists thanks to all the people who contribute.
Thank you to all our backers!
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.