[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
test branch
puppet-dev at googlegroups.com
Wed Jul 14 10:33:25 UTC 2010
The following commit has been merged in the upstream branch:
commit 63c122f397c915cb1bec1a645958c808da92dce4
Author: Markus Roberts <Markus at reality.com>
Date: Sun May 16 14:41:56 2010 -0700
Fixing tests broken by Luke's CRL flag patch.
diff --git a/spec/unit/ssl/host.rb b/spec/unit/ssl/host.rb
index 36d2ed2..18cae2b 100755
--- a/spec/unit/ssl/host.rb
+++ b/spec/unit/ssl/host.rb
@@ -629,6 +629,7 @@ describe Puppet::SSL::Host do
before do
@crl = stub 'crl', :content => "real_crl"
Puppet::SSL::CertificateRevocationList.stubs(:find).returns @crl
+ Puppet.settings.stubs(:value).with(:certificate_revocation).returns true
end
it "should add the CRL" do
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list