mirror of
https://github.com/Adam-Ant/puppet-motd
synced 2024-11-05 07:46:22 +00:00
MOTD Module for puppet.
examples | ||
manifests | ||
spec | ||
templates | ||
metadata.json | ||
README.md |
motd
Table of Contents
- Description
- Setup - The basics of getting started with motd
- 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