From 4f0bc697eacefe8777302b5842346f8b006e5137 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Wed, 14 Jan 2015 00:02:16 +0100 Subject: [PATCH] Update the README.md file for the new defined type: proxmox::hypervisor::group. --- CHANGELOG.md | 1 + README.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6477f3b..8fa9c37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * (#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). --------------------------------------- diff --git a/README.md b/README.md index cb95786..f93a5ad 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The proxmox module automates installing Proxmox on Debian systems. * A new `sources.list` file for Proxmox * System repository * The static table lookup for hostnames `hosts` +* Users and group permissions for WebGUI. * WebGUI's service (pveproxy) ### Beginning with proxmox @@ -51,6 +52,12 @@ class { 'proxmox::hypervisor': * `proxmox::hypervisor`: Install the Proxmox hypervisor on the system. +### Defined types + +* `proxmox::hypervisor::group`: Manage groups for Proxmox WebGUI and set permissions. + + `proxmox::hypervisor::group { 'sysadmin': role => "Administrator", users => [ 'user1@pam' ], }` + ### Parameters #### proxmox::hypervisor