ipmi/CHANGELOG.md

46 lines
1.2 KiB
Markdown

---------------------------------------
###
##### 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
* #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.
##### Changes
* Edit dependencies range.
* Change optional parameter order for the ipmi::ressource::user
* Try to correct the Warning 'String containing only a variable'
---------------------------------------
### 0.1.0 - 2015/01/19
Inital release.
##### Changes
* Install package ipmitool
* Ensure needed modules load at boot time
* Load one needed module (for Debian) one time
* 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.