summaryrefslogtreecommitdiffstats
path: root/test/executables
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-04-28 19:46:04 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-04-28 19:46:04 +0000
commit12c122c882c6053f8b21714bb8c4c8bf8be699c9 (patch)
treec1957def7a101b71f02c05e142ae2c5ec7bfcd68 /test/executables
parent047e63f8481a95c32ceccc22673d4a08659ec9c8 (diff)
downloadpuppet-12c122c882c6053f8b21714bb8c4c8bf8be699c9.tar.gz
puppet-12c122c882c6053f8b21714bb8c4c8bf8be699c9.tar.xz
puppet-12c122c882c6053f8b21714bb8c4c8bf8be699c9.zip
Puppetd now has an option for listening -- just run the --listen option, and it will start up with a pelement server. It will fail to start if the authconfig file (defaulting to /etc/puppet/namespaceauth.conf) is missing, since it defaults to access at this point.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1148 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/executables')
-rwxr-xr-xtest/executables/puppetd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/executables/puppetd.rb b/test/executables/puppetd.rb
index 4d74782c6..bae91dc7d 100755
--- a/test/executables/puppetd.rb
+++ b/test/executables/puppetd.rb
@@ -18,7 +18,7 @@ class TestPuppetDExe < Test::Unit::TestCase
file = startmasterd
# create the client
- client = Puppet::Client.new(:Server => "localhost", :Port => @@port)
+ client = Puppet::Client::MasterClient.new(:Server => "localhost", :Port => @@port)
# make a new fqdn
fqdn = client.fqdn.sub(/^\w+\./, "testing.")