Silviu Paragina
2010-Jun-24 22:56 UTC
[Puppet Users] Vcsrepo module use git with certificate
Has anyone tried using this puppet forge module with a certificate? (puppetlabs/vcsrepo) Any ideas on how to specify via command line to git what certificate to use? The only way that I know to tell git to use a specific certificate is to use the GIT_SSH env variable and specify a script which calls ssh -i ... $@ Silviu -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Silviu Paragina
2010-Jun-25 13:24 UTC
Re: [Puppet Users] Vcsrepo module use git with certificate
On 25.06.2010 01:56, Silviu Paragina wrote:> Has anyone tried using this puppet forge module with a certificate? > (puppetlabs/vcsrepo) Any ideas on how to specify via command line to > git what certificate to use? > > The only way that I know to tell git to use a specific certificate is > to use the GIT_SSH env variable and specify a script which calls ssh > -i ... $@ > > > Silviu >Stupid question. Apparently it works if you put your certificate in /root/.ssh. There is probably a way to specify a different user, but for my scope root is perfect. Silviu -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
James Turnbull
2010-Jun-25 14:47 UTC
Re: [Puppet Users] Vcsrepo module use git with certificate
Silviu Paragina wrote:> Has anyone tried using this puppet forge module with a certificate? > (puppetlabs/vcsrepo) Any ideas on how to specify via command line to git > what certificate to use? > > The only way that I know to tell git to use a specific certificate is to > use the GIT_SSH env variable and specify a script which calls ssh -i ... $@Silviu It doesn''t support certificates currently but I am happy to take a feature request for it: http://projects.puppetlabs.com/projects/modules/issues/new Just specify the module in the ticket description as vcsrepo. Regards James Turnbull -- Puppet Labs - http://www.puppetlabs.com C: 503-734-8571 -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.