Version information
released May 11th 2011
Start using this module
Add this module to your Puppetfile:
mod 'jeffmccune-motd', '1.0.3'
Learn more about managing modules with a PuppetfileDocumentation
jeffmccune/motd — version 1.0.3 May 11th 2011
Message of the day
This is a simple Puppet module to manage the Message of the day on unix operating systems.
Author
- Jeff McCune jeff@puppetlabs.com
- GitHub Project
- Blog
- @0xEFF
Sample
-------------------------------------------------
Welcome to the host named vagrant-rhel6-64
RedHat 6.0 x86_64
-------------------------------------------------
Puppet: 2.6.6
Facter: 1.5.8
FQDN: vagrant-rhel6-64.puppetlabs.lan
IP: 10.0.2.15
Processor: Intel(R) Core(TM)2 Duo CPU P8800 @ 2.66GHz
Memory: 491.56 MB
-------------------------------------------------
Getting Started
In your puppet manifests, site.pp or in the Dashboard or other ENC:
include motd
1.0.3 Jeff McCune jeff@puppetlabs.com 2011-05-11
- Fix improper group ownership on solaris 10
1.0.2 Jeff McCune jeff@puppetlabs.com 2011-05-11
- Add detection of architecture fact to prevent catalog failure on Solaris10
1.0.1 Jeff McCune jeff@puppetlabs.com 2011-03-18
- Removed README files from lib directory to prevent pluginsync breakage.
1.0.0
- Initial release