From 8e6b8cb99ce32ad5fef2fa43b363980c6a8100a4 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 9 Feb 2015 11:07:27 +0100 Subject: [PATCH] * Tiny updates in README.md. --- CHANGELOG.md | 9 +++++++++ README.md | 16 ++++++++-------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6758a7c..34597ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ --------------------------------------- +### + +##### Features + +##### Changes +* Tiny updates in README.md. + +--------------------------------------- + ### 0.2.1 - 2015/02/09 ##### Changes diff --git a/README.md b/README.md index 5e50520..8abc4d6 100644 --- a/README.md +++ b/README.md @@ -35,23 +35,23 @@ day) and automatically display it upon successful ssh or shadow login. ## Usage To begin using Motd module with defaults parameters: - - include dynmotd +``` +include dynmotd +``` If you don't want to display the Motd upon ssh login: - - class { 'motd': - print_motd_ssh => false, - } +``` +class { 'motd': + print_motd_ssh => false, +} +``` ## Reference ### Classes * `motd`: Main class calls all subclasses. - * `motd::install`: Provide all scripts that display system informations. - * `motd::config`: Manage the pam configuration. ### Parameters