Publish the v0.2.0 on the puppetlabs forge:

https://forge.puppetlabs.com/gardouille/dynmotd
This commit is contained in:
gardouille 2015-02-03 12:22:37 +01:00
parent cb6ed4f1dc
commit c84e9665a5
2 changed files with 13 additions and 10 deletions

View File

@ -1,22 +1,19 @@
---------------------------------------
###
### 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
* Add new services monitoring (processes and sockets).
* Create the "update-motd.d" to use the dynamic MOTD generation.
* Make a script to monitore the services and put it in "update-motd.d".
* Make a script to monitore the system informations and put it in "update-motd.d".
* Make a script to monitore the user informations and put it in "update-motd.d".
* Make a script to monitore the auth informations and put it in "update-motd.d".
* Make a script to monitore the file systems informations and put it in "update-motd.d".
* 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.
* Add the display of the Motd upon successful shadow or ssh login.
* Edit the README.md.

View File

@ -1,14 +1,20 @@
{
"name": "gardouille-dynmotd",
"version": "0.1.0",
"version": "0.2.0",
"author": "Gardouille",
"summary": "Manage a 'dynamic' MotD",
"license": "WTFPL",
"source": "https://git.101010.fr/puppet/dynmotd",
"project_page": "https://git.101010.fr/puppet/dynmotd",
"issues_url": "https://git.101010.fr/puppet/dynmotd/issues",
"description": "Dynamic Motd module",
"operatingsystem_support": [
{
"operatingsystem":"Debian"
}
],
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"}
{"name":"puppetlabs/stdlib","version_requirement":"4.x"}
]
}