* #4 Add a test to disable a channel.
This commit is contained in:
parent
18dcd7a5f1
commit
a8d67c7915
@ -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.
|
||||
|
||||
---------------------------------------
|
||||
|
||||
|
3
tests/unset_ipmi_channel.pp
Normal file
3
tests/unset_ipmi_channel.pp
Normal file
@ -0,0 +1,3 @@
|
||||
ipmi::ressource::channel { '1':
|
||||
remote_access => 'off',
|
||||
}
|
Loading…
Reference in New Issue
Block a user