* Tiny updates in README.md.

This commit is contained in:
gardouille 2015-02-09 11:07:27 +01:00
parent d4ab4b2fd3
commit 8e6b8cb99c
2 changed files with 17 additions and 8 deletions

View File

@ -1,6 +1,15 @@
---------------------------------------
###
##### Features
##### Changes
* Tiny updates in README.md.
---------------------------------------
### 0.2.1 - 2015/02/09
##### Changes

View File

@ -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