Hi, I'm trying to implement ssh::auth but I can't get it to do what we need.. The way we work is to have only a limited number of accounts on the servers, but multiple people can access those accounts - part of this is documented on the wiki page and that works perfectly -
node 'sles-puptest2' { ssh::auth::server { ["foo", "bar"]: user => "root" } } But I can't work out how to do this for another user on the name server - So that foo and bar can access root, and foo bar and blah can access the test acount i.e from the above ssh::auth::server { ["foo", "bar"]: user => "root" ["foo", "bar", "blah"]: user => "test" } I can't get this to work with any combination of syntax I've tried- am I trying to do this in the wrong way? Thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.