[Puppet Users] Re: add ssh key to several user accounts

2011-04-07 Thread ccm
Hey. have a look at my last posting: http://groups.google.com/group/puppet-users/browse_thread/thread/d74262daca8c0e8f I wrote a small wrapper that might help you here. Best, ccm. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group.

[Puppet Users] "sshauthkeys" wrapper

2011-04-06 Thread ccm
@domain.tld', 'us...@domain.tld' ] sshauthkeys{ user2: keys => $team } sshauthkeys{ user3: keys => $team } Please note, I wrote this module after few days of using Puppet, so excuse any non standard coding. Any hints on improvments and pull requests are welcome. Best, cc