1
0
mirror of https://github.com/Adam-Ant/puppet-motd synced 2024-07-06 05:36:13 +00:00
puppet-motd/README.md

28 lines
703 B
Markdown
Raw Permalink Normal View History

2018-02-20 20:58:41 +00:00
# motd
#### Table of Contents
1. [Description](#description)
1. [Setup - The basics of getting started with motd](#setup)
* [What motd affects](#what-motd-affects)
1. [Usage - Configuration options and additional functionality](#usage)
## 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`