1
0
mirror of https://github.com/Adam-Ant/puppet-motd synced 2024-06-14 07:27:24 +00:00
puppet-motd/README.md
2018-02-20 20:58:41 +00:00

703 B

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