diff --git a/CHANGELOG.md b/CHANGELOG.md index 655f947..bcb4abc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. --------------------------------------- diff --git a/tests/unset_ipmi_channel.pp b/tests/unset_ipmi_channel.pp new file mode 100644 index 0000000..9f57b11 --- /dev/null +++ b/tests/unset_ipmi_channel.pp @@ -0,0 +1,3 @@ +ipmi::ressource::channel { '1': + remote_access => 'off', +}