From 160f344772de21d29fa602af4bd98506b559f612 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 15 Jan 2015 13:47:43 +0100 Subject: [PATCH] New version 0.1.0 uploaded to the puppet forge. --- CHANGELOG.md | 21 +++++++++++++++++++-- metadata.json | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbdd353..92cdb5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 * Add a variable to choose to keep PVE enterprise repo for the subscribers. * (#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 :) @@ -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. diff --git a/metadata.json b/metadata.json index 3de1bf4..46b0f76 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "gardouille-proxmox", - "version": "0.0.2", + "version": "0.1.0", "author": "Gardouille", "summary": "Manage Proxmox hypervisor and KVM virtual machines or OpenVZ containers.", "license": "WTFPL",