dynmotd/CHANGELOG.md

37 lines
1.1 KiB
Markdown
Raw Normal View History

2015-01-23 16:18:55 +01:00
---------------------------------------
### 0.2.1 - 2015/02/09
##### Changes
* Correct warning from Puppet-lint (indentation, default case, string with var).
* Correct README.md.
* (#1) Edit the Augeas ressource (print motd on ssh login) to manage a config line with one or more arguments.
---------------------------------------
### 0.2.0 - 2015/02/03
##### Features
* Divide the big script in tiny ones with only one type of information to display.
* Automatically display the Motd upon successful login.
##### Changes
* Create the "update-motd.d" to use the dynamic MOTD generation.
* Make tiny scripts to monitore services, system/file systems/user/auth informations and put them in "update-motd.d".
* Add new services monitoring (processes and sockets).
* Edit script's name: an underscore (_) in the name prevent the script to runs.
* Add a template to manage the static motd (/etc/motd).
* Rename the ::config class into ::install, because it's provide and install everything to have dynamic Motd.
2015-02-03 11:27:30 +01:00
* Edit the README.md.
---------------------------------------
2015-01-23 16:18:55 +01:00
### 0.1.0 - 2015/01/23
Initial release.
##### Changes
2015-01-28 18:06:41 +01:00
* Provide a script which print a Motd