Publish the 0.3.0 version on the Puppet forge.
This commit is contained in:
parent
ef30a57b17
commit
88bd95573b
@ -1,9 +1,10 @@
|
||||
|
||||
---------------------------------------
|
||||
|
||||
###
|
||||
### 0.3.0 - 2015/09/01
|
||||
|
||||
##### Features
|
||||
* New script to monitor Ceph (health, monitor, osd, …).
|
||||
|
||||
##### Changes
|
||||
* Tiny updates in README.md.
|
||||
|
@ -68,6 +68,8 @@ class { 'motd':
|
||||
* `auth_info_script_content`: Template file use to generate the previous script. Defaults to 'dynmotd/motd_auth_info.erb'.
|
||||
* `fs_info_script_name`: The script to display filesystem informations (disk space usage). Defaults to '04fs'.
|
||||
* `fs_info_script_content`: Template file use to generate the previous script. Defaults to 'dynmotd/motd_fs_info.erb'.
|
||||
* `ceph_info_script_name`: The script to display Ceph informations (Health, monitor, osd, …). Defaults to '05ceph'.
|
||||
* `ceph_info_script_content`: Template file use to generate the previous script. Defaults to 'dynmotd/motd_ceph_info.erb'.
|
||||
* `service_info_script_name`: The script to display services informations (running process, listening socket, …). Defaults to '06service'.
|
||||
* `service_info_script_content`: Template file use to generate the previous script. Defaults to 'dynmotd/motd_service_info.erb'.
|
||||
* `static_motd_path`: Path to the standard and static Motd. Defaults to '/etc/motd'.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gardouille-dynmotd",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"author": "Gardouille",
|
||||
"summary": "Manage a 'dynamic' MotD",
|
||||
"license": "WTFPL",
|
||||
|
Loading…
Reference in New Issue
Block a user