search for: _authkey

Displaying 1 result from an estimated 1 matches for "_authkey".

Did you mean: authkey
2011 Nov 29
1
How do I require a resource in a definition based on an array parameter?
...uid => $uid, gid => $uid, groups => $groups, comment => $fullname, shell => $shell, managehome => true, allowdupe => false, } ssh_authorized_key { "${username}_authkey": user => $username, ensure => present, key => $authkey, type => $authkey_type, } } In the user resource, I am requiring the user''s default group. I also want to require supplemental groups if provide...