On Sat, Apr 30, 2011 at 7:01 PM, Douglas Garstang <[email protected]>wrote:
> On Sat, Apr 30, 2011 at 3:36 PM, Steven Acres <[email protected]>wrote: > >> On Sat, Apr 30, 2011 at 6:21 PM, Douglas Garstang < >> [email protected]> wrote: >> >>> So... I was looking at the docs for ssh::auth at >>> http://projects.puppetlabs.com/projects/1/wiki/Module_Ssh_Auth_Patterns. >>> >>> >>> It seems like auth.pp runs on the puppet master rather than the client. >>> How does that work exactly....? >>> >>> Doug. >>> >>> -- >>> 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. >>> >> >> Hi Doug, >> >> I'm unclear what you're asking. >> >> > Hmmm... I'm not sure how else to ask it. Does auth.pp run on the puppet > master or the clients? > > Doug. > > > -- > 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. > Are you by chance thinking that auth.pp is ... 'handling' authentication de facto? (it doesn't). Otherwise, the module provisions the ssh-{server,client} (install, setup, the daemon and provision the node's keys and users) as specified. It's actually a good working example of Virtual Resources http://docs.puppetlabs.com/guides/virtual_resources.html too. -- Cheers, Steven ----------------------- Steven Acres UNIX/Linux System Administrator -- 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.
