summaryrefslogtreecommitdiffstats
path: root/test/executables/puppetd.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-12-18 16:44:55 -0600
committerLuke Kanies <luke@madstop.com>2007-12-18 16:44:55 -0600
commit1ada24d4d4aa9ccd9a37176aa3d105ec9874d208 (patch)
tree37b91702f5a4553ed2083d02ced934cfa762834c /test/executables/puppetd.rb
parent933b1df6d84ec34a6ff347240c0151434ecc80a9 (diff)
downloadpuppet-1ada24d4d4aa9ccd9a37176aa3d105ec9874d208.tar.gz
puppet-1ada24d4d4aa9ccd9a37176aa3d105ec9874d208.tar.xz
puppet-1ada24d4d4aa9ccd9a37176aa3d105ec9874d208.zip
Fixing some tests that were failing with the recent ruby that has
ssl issues.
Diffstat (limited to 'test/executables/puppetd.rb')
-rwxr-xr-xtest/executables/puppetd.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/executables/puppetd.rb b/test/executables/puppetd.rb
index 3dd3856fd..d770ff91e 100755
--- a/test/executables/puppetd.rb
+++ b/test/executables/puppetd.rb
@@ -12,9 +12,11 @@ class TestPuppetDExe < Test::Unit::TestCase
include PuppetTest::ExeTest
def setup
super
+ Puppet[:certdnsnames] = "localhost"
# start the master
@manifest = startmasterd
+
@cmd = "puppetd"
@cmd += " --verbose"
@cmd += " --test"