Hi, I'm trying to assign PublicKeys from a set of users to multiple System Users like
node example.example.com { include ssh::auth ssh::auth::server { ["thomas", "peter", "steve", ]: user => "appuser" } ssh::auth::server { ["thomas", "peter", ]: user => "admin" } } I got following error: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate definition: Ssh::Auth::Server[thomas] is already defined in file /etc/puppet/manifests/nodes.pp Does anyone knows a workaround for this? Thanks Thomas -- 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.