diff options
| author | Luke Kanies <luke@madstop.com> | 2007-12-18 16:44:55 -0600 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-12-18 16:44:55 -0600 |
| commit | 1ada24d4d4aa9ccd9a37176aa3d105ec9874d208 (patch) | |
| tree | 37b91702f5a4553ed2083d02ced934cfa762834c /test/lib | |
| parent | 933b1df6d84ec34a6ff347240c0151434ecc80a9 (diff) | |
| download | puppet-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/lib')
| -rw-r--r-- | test/lib/puppettest/exetest.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/puppettest/exetest.rb b/test/lib/puppettest/exetest.rb index be148a169..05de56c0f 100644 --- a/test/lib/puppettest/exetest.rb +++ b/test/lib/puppettest/exetest.rb @@ -54,6 +54,7 @@ module PuppetTest::ExeTest args += " --confdir %s" % Puppet[:confdir] args += " --rundir %s" % File.join(Puppet[:vardir], "run") args += " --vardir %s" % Puppet[:vardir] + args += " --certdnsnames %s" % Puppet[:certdnsnames] args += " --masterport %s" % @@port args += " --user %s" % Puppet::Util::SUIDManager.uid args += " --group %s" % Puppet::Util::SUIDManager.gid |
