From 92144000683cf596693596bf653bbd7e089976ef Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Tue, 11 May 2010 22:01:10 -0700 Subject: WIP - trying to fix #3460 Signed-off-by: Luke Kanies Conflicts: lib/puppet/ssl/host.rb --- spec/integration/defaults.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spec') diff --git a/spec/integration/defaults.rb b/spec/integration/defaults.rb index e97035dea..80bb7b45e 100755 --- a/spec/integration/defaults.rb +++ b/spec/integration/defaults.rb @@ -223,4 +223,8 @@ describe "Puppet defaults" do it "should have a 'postrun_command' that defaults to the empty string" do Puppet.settings[:postrun_command].should == "" end + + it "should have a 'certificate_revocation' setting that defaults to true" do + Puppet.settings[:certificate_revocation].should be_true + end end -- cgit