summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorLuke Kanies <luke@puppetlabs.com>2010-05-11 22:01:10 -0700
committerJames Turnbull <james@lovedthanlost.net>2010-05-14 16:20:11 +1000
commit92144000683cf596693596bf653bbd7e089976ef (patch)
tree0f4d6f0092f2b77c3d00f1d8345ecfb19033f1b1 /spec
parent9d3e98b8cb2b980b61f3cd17af471f2e9d04841f (diff)
WIP - trying to fix #3460
Signed-off-by: Luke Kanies <luke@puppetlabs.com> Conflicts: lib/puppet/ssl/host.rb
Diffstat (limited to 'spec')
-rwxr-xr-xspec/integration/defaults.rb4
1 files changed, 4 insertions, 0 deletions
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