Forge Home

motd

Manages the message of the day

14,705 downloads

14,320 latest version

3.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 1.2.0 (latest)
  • 1.1.0
released Jan 11th 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'rcoleman-motd', '1.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add rcoleman-motd
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install rcoleman-motd --version 1.2.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: puppet, facter, motd

Documentation

rcoleman/motd — version 1.2.0 Jan 11th 2013

Message of the day

This is a simple Puppet module to manage the Message of the day on unix operating systems.

This is Ryan's fork of Jeff McCune's work. Code will most likely be ported upstream once a few rounds of functionality are built and tested. It could also potentially replace the puppetlabs-motd module so please offer feedback now!

Author

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

The following classes have been declared on this node
during the most recent Puppet run against the Puppet
Master located at centos6.puppetlabs.vm.
- settings
- default
- motd
-------------------------------------------------

Getting Started

In your puppet manifests, site.pp or in the Dashboard or other ENC:

include motd

By default, the message of the day will include information about the classes declared on the node during the most recent Puppet run. If this is not desirable, declare the motd class with the parameter 'show_classes' set to 'false'.