Skip to content

devopsdina/motd

Repository files navigation

motd

motd custom resource - main objective is to move this into core chef.

example usage

  • create motd
motd 'secure system messsage' do
  content 'this is a secure system. blah blah blah.'
end
  • delete motd
motd 'secure system messsage' do
  content 'this is a secure system. blah blah blah.'
  action :delete
end
  • pass your own template to the motd (only supported for Linux)
motd 'messsage' do
  source 'custom_motd.erb'
  cookbook 'motd'
end

Supported Systems

supports 'centos', '>= 6.0'
supports 'debian', '>= 8.0'
supports 'ubuntu', '>= 16.04'
supports 'windows'

About

working to move motd to chef core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published