New version 0.1.0 uploaded to the puppet forge.

This commit is contained in:
gardouille 2015-01-15 13:47:43 +01:00
parent f4ae152134
commit 160f344772
2 changed files with 20 additions and 3 deletions

View File

@ -1,4 +1,21 @@
---------------------------------------
### 0.1.0 - 2015/01/15
This release introduce new defined types:
proxmox::hypervisor::group { 'sysadmin':
role => 'Administrator',
users => [ 'root@pam', 'test@pve' ],
}
proxmox::hypervisor::user { 'toto@pve':
group => 'sysadmin',
}
And also directly jump to 0.1.0, the module allow to manage a simple Proxmox hypervisor right now.
##### Changes ##### Changes
* Add a variable to choose to keep PVE enterprise repo for the subscribers. * Add a variable to choose to keep PVE enterprise repo for the subscribers.
* (#4) Add an access control list for PveProxy. * (#4) Add an access control list for PveProxy.
@ -10,7 +27,7 @@
--------------------------------------- ---------------------------------------
### 0.0.2 - 2014/01/08 ### 0.0.2 - 2015/01/08
New functionality release, Proxmox installation now working :) New functionality release, Proxmox installation now working :)
@ -27,7 +44,7 @@ New functionality release, Proxmox installation now working :)
--------------------------------------- ---------------------------------------
### 0.0.1 - 2014/01/07 ### 0.0.1 - 2015/01/07
Initial release. Initial release.

View File

@ -1,6 +1,6 @@
{ {
"name": "gardouille-proxmox", "name": "gardouille-proxmox",
"version": "0.0.2", "version": "0.1.0",
"author": "Gardouille", "author": "Gardouille",
"summary": "Manage Proxmox hypervisor and KVM virtual machines or OpenVZ containers.", "summary": "Manage Proxmox hypervisor and KVM virtual machines or OpenVZ containers.",
"license": "WTFPL", "license": "WTFPL",