Skip to content

samueljon/samueljon-motd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Message of the day

This is a simple Puppet module to manage the Message of the day on unix operating systems. The module uses figlet to generate a motd header for the host that is managed by puppet along with some basic facts.

Author

Sample

-----------------------------------------------------------
                                  _ 
                        _ __  ___/ |
                       | '_ \/ __| |
                       | | | \__ \ |
                       |_| |_|___/_|

-----------------------------------------------------------
    Welcome to ns1.example.com
    OS: CentOS Release 6.5
    OS family: RedHat
    Architechture: x86_64
    IP: aaa.bbb.ccc.ddd
    Product: VMware Virtual Platform
    CPU: 1 X Intel(R) Xeon(R) CPU E5-2640 0 @ 2.50GHz
    RAM: 996.38 MB
    System uptime: 4:36 hours
-----------------------------------------------------------
    This system is managed by Puppet
-----------------------------------------------------------

Getting Started

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

include motd

About

Puppet MOTD Module

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 69.7%
  • Ruby 30.3%