From a8d67c7915c13f3dfd7bf3c1333cf05b03186ce6 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 17 Apr 2015 17:00:18 +0200 Subject: [PATCH] * #4 Add a test to disable a channel. --- CHANGELOG.md | 1 + tests/unset_ipmi_channel.pp | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 tests/unset_ipmi_channel.pp 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', +}