+1! On Thu, Dec 10, 2009 at 12:53 PM, Jesse Wolfe <[email protected]> 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. > > >
-- 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.
