1
0
mirror of https://github.com/Adam-Ant/puppet-motd synced 2024-06-14 07:27:24 +00:00
MOTD Module for puppet.
Go to file
2018-02-22 15:05:43 +00:00
examples Update facts for legacy facter support 2018-02-22 15:05:43 +00:00
manifests Update facts for legacy facter support 2018-02-22 15:05:43 +00:00
spec Initial Commit 2018-02-20 20:58:41 +00:00
templates Update facts for legacy facter support 2018-02-22 15:05:43 +00:00
metadata.json Initial Commit 2018-02-20 20:58:41 +00:00
README.md Initial Commit 2018-02-20 20:58:41 +00:00

motd

Table of Contents

  1. Description
  2. Setup - The basics of getting started with motd
  3. Usage - Configuration options and additional functionality

Description

This module configures a standardized motd file for all hosts, including node hostname in ascii art for easy host recognition.

Setup

Make sure to include the below in the puppet master, to install dependencies:

include motd::install

What motd affects

This module replaces /etc/motd, and nothing else. It requires Facter>=3.

Usage

Simply include the motd class into your nodes, no configuration is required.

include ::motd