* #4 Add a test to disable a channel.

This commit is contained in:
gardouille 2015-04-17 17:00:18 +02:00
parent 18dcd7a5f1
commit a8d67c7915
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
##### 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.
---------------------------------------

View File

@ -0,0 +1,3 @@
ipmi::ressource::channel { '1':
remote_access => 'off',
}