* #2 Add a test for ipmi::ressource::user

This commit is contained in:
gardouille 2015-04-17 16:25:27 +02:00
parent 3a84f98393
commit 1fae4959cd
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@
##### Changes
* Correct some warnings from Puppet-lint.
##### Bugfixes
* #2 Add a test for ipmi::ressource::user
---------------------------------------
### 0.1.2 - 2015/02/09

3
tests/set_ipmi_user.pp Normal file
View File

@ -0,0 +1,3 @@
ipmi::ressource::user { 'admin':
password => 'my_new_password',
}