Quick and Dirty Answers: how to add a user to puppet : http://docs.puppetlabs.com/references/latest/type.html#user how to add a user to puppet using LDAP : see above how to allow a user to access all hosts that are managed by puppet : put the user resource in the default node or in every node how to allow a user only to access specific hosts in an environment : create virtual user resources with tags identifying individual environments and then realize them by that environment tag
“Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin & Hobbes) ----- Original Message ----- From: "Murali Babu" <[email protected]> To: [email protected] Sent: Friday, December 21, 2012 3:16:06 PM Subject: [Puppet Users] how to add a user to puppet Hi, Someone please give a step to get following, how to add a user to puppet how to add a user to puppet using LDAP how to allow a user to access all hosts that are managed by puppet how to allow a user only to access specific hosts in an environment. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/HTkycXYrGuUJ . To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
