Note that this kind of bug is probably the source of quite a few issues, and if we can adding routing to the indirector (there's a ticket for it) then these will go away because we'll be able to easily reset to default routes.
On Dec 10, 2009, at 12:53 PM, Jesse Wolfe wrote: > There's a dependency on Puppet::SSL::Host.ca_location > > Signed-off-by: Jesse Wolfe <[email protected]> > --- > spec/integration/ssl/certificate_request.rb | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/spec/integration/ssl/certificate_request.rb b/spec/ > integration/ssl/certificate_request.rb > index 3be018b..1a7241f 100755 > --- a/spec/integration/ssl/certificate_request.rb > +++ b/spec/integration/ssl/certificate_request.rb > @@ -22,6 +22,8 @@ describe Puppet::SSL::CertificateRequest do > Puppet.settings[:confdir] = @dir > Puppet.settings[:vardir] = @dir > > + Puppet::SSL::Host.ca_location = :none > + > @csr = Puppet::SSL::CertificateRequest.new("luke.madstop.com") > > @key = OpenSSL::PKey::RSA.new(512) > -- > 1.6.5 > > -- > > You received this message because you are subscribed to the Google > Groups "Puppet Developers" 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-dev?hl=en > . > > -- Risk! Risk anything! Care no more for the opinions of others, for those voices. Do the hardest thing on earth for you. Act for yourself. Face the truth. -- Katherine Mansfield --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en.
