Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tknerr/cookbooks-motd
Chef cookbook for setting the MOTD via /etc/motd
https://github.com/tknerr/cookbooks-motd
Last synced: about 1 month ago
JSON representation
Chef cookbook for setting the MOTD via /etc/motd
- Host: GitHub
- URL: https://github.com/tknerr/cookbooks-motd
- Owner: tknerr
- Created: 2012-05-22T06:22:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-29T23:09:22.000Z (over 11 years ago)
- Last Synced: 2023-03-23T00:22:24.142Z (almost 2 years ago)
- Language: Ruby
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
===========Sets the `/etc/motd` file so you get a nice message like this upon login:
```
*************************************************
* !!! THIS NODE IS MANAGED BY CHEF !!!
* host 'motd-vm' running on ip 192.168.33.10
* last Chef run was at: 2012-05-22 06:50:22 +0000
*************************************************
Last login: Wed May 16 09:16:33 2012 from 10.0.2.2
vagrant@motd-vm:~$
```Requirements
============applicable to systems supporting `/etc/motd` only
Attributes
==========none
Usage
=====just add `recipe[motd]` to your node's run_list