list passed as an argument.
This commit is contained in:
parent
b27e15f8f6
commit
d8a1720229
@ -47,6 +47,11 @@ define proxmox::hypervisor::group ( $group = $title, $role, $acl_path = '/', $pe
|
|||||||
command => "pveum aclmod ${acl_path} -group ${group} -role ${role}",
|
command => "pveum aclmod ${acl_path} -group ${group} -role ${role}",
|
||||||
unless => "grep '@${group}' ${permission_file}",
|
unless => "grep '@${group}' ${permission_file}",
|
||||||
}
|
}
|
||||||
|
->
|
||||||
|
# Create user(s) and add it to this group
|
||||||
|
proxmox::hypervisor::user { $users:
|
||||||
|
group => $group,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# The permissions file
|
# The permissions file
|
||||||
|
Loading…
Reference in New Issue
Block a user