Displaying 2 results from an estimated 2 matches for "virt_us".
Did you mean:
virt_ls
2012 Nov 15
4
Can I create virtual resources with create_resources function
...nd then combine that with "User <| group ==
''x'' and group == ''y'' |>" way of realizing the users. This is much more
flexible than what I can do with this module out of the box.
Using the pattern in that module, I tried to do this:
class system::virt_users (
$config = undef
) {
if $config {
$defaults = {
ensure => ''present'',
managehome => true,
shell => ''/bin/bash''
}
create_resources(@user, $config, $defaults)
}
}
But that gives me syntax error:
Error: Could not re...
2009 Nov 17
3
SSH Keys
Hi all,
I want to use puppet to distribute keys to multiple users. I wanted
to do something like we have already:
- define a key per real person
- define groups containing several keys, people can be in multiple
groups
- deploy these groups of keys to specific users
however it looks like the ssh_authorized_key resource ties a key and a
user together so it looks like I fall at the first