[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1601-gf8c1b08

James Turnbull james at lovedthanlost.net
Fri Jan 15 09:07:38 UTC 2010


The following commit has been merged in the upstream branch:
commit 1c8d272a7728387d0355704a5cb7bed3d1fbdddd
Author: Jesse Wolfe <jes5199 at gmail.com>
Date:   Thu Dec 10 12:50:37 2009 -0800

    Fixing 2870 Spurious failures in spec/integration/ssl/certificate_request.rb
    
    There's a dependency on Puppet::SSL::Host.ca_location
    
    Signed-off-by: Jesse Wolfe <jes5199 at gmail.com>

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)

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list