* Add a test for (#6) group defined type.

This commit is contained in:
gardouille 2015-01-14 00:11:02 +01:00
parent 4f0bc697ea
commit 980a3e3951
2 changed files with 4 additions and 2 deletions

View File

@ -4,8 +4,8 @@
* (#4) Add an access control list for PveProxy.
* (#4) Add a new class to manage Proxmox's service (proxmox::hypervisor::service).
* (#6) Add a new defined class to manage groups for PVE WebGUI.
* Update the README.md file for (#6).
* Update the README.md file for (#6) group defined type.
* Add a test for (#6) group defined type.
---------------------------------------
### 0.0.2 - 2014/01/08

View File

@ -0,0 +1,2 @@
proxmox::hypervisor::group { 'sysadmin': role => "Administrator", users => [ 'user1@pam' ], }
proxmox::hypervisor::group { 'audit': role => "PVEAuditor", users => [ 'user2@pam' ], }