list passed as an argument.

This commit is contained in:
gardouille 2015-01-14 19:32:12 +01:00
parent b27e15f8f6
commit d8a1720229
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@ define proxmox::hypervisor::group ( $group = $title, $role, $acl_path = '/', $pe
command => "pveum aclmod ${acl_path} -group ${group} -role ${role}",
unless => "grep '@${group}' ${permission_file}",
}
->
# Create user(s) and add it to this group
proxmox::hypervisor::user { $users:
group => $group,
}
}
# The permissions file