ipmi/CHANGELOG.md

46 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2015-01-19 10:08:26 +01:00
---------------------------------------
###
##### Changes
* Correct some warnings from Puppet-lint.
* Add the possibility to choose between static, dhcp, bios or none for the channel network configuration.
##### Bugfixes
* #2 Add a test for ipmi::ressource::user
* #3 Add a test for ipmi::ressource::channel
2015-04-17 17:00:18 +02:00
* #4 Add a test to disable a channel.
---------------------------------------
### 0.1.2 - 2015/02/09
Minor release but it correct the possibility to disable a channel :)
##### Changes
* (#1) If the remote_access for a channel is set to 'off', the ressource disable it.
---------------------------------------
### 0.1.1 - 2015/01/20
Minor release to correct some mistakes.
2015-01-19 10:08:26 +01:00
##### Changes
* Edit dependencies range.
* Change optional parameter order for the ipmi::ressource::user
* Try to correct the Warning 'String containing only a variable'
---------------------------------------
2015-01-19 10:08:26 +01:00
### 0.1.0 - 2015/01/19
Inital release.
2015-01-19 10:08:26 +01:00
##### Changes
2015-01-19 12:05:33 +01:00
* Install package ipmitool
* Ensure needed modules load at boot time
* Load one needed module (for Debian) one time
2015-01-19 15:18:27 +01:00
* Update README.md file.
* Add a defined type to manage IPMI's user and channel.
* Add .gitignore for swp and puppet module's pkg files.