summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-01 22:44:06 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-01 22:44:06 +0000
commit8d11bb8a8dc6a6dff4f88e2a07f8ed14c5d3fc6d (patch)
tree24bca50aa5bf2d7c708e142b68d76541f28b1185
parent1ccdff5505b5d32b6d3b67219101fe4ba97c9d4c (diff)
downloadpuppet-8d11bb8a8dc6a6dff4f88e2a07f8ed14c5d3fc6d.tar.gz
puppet-8d11bb8a8dc6a6dff4f88e2a07f8ed14c5d3fc6d.tar.xz
puppet-8d11bb8a8dc6a6dff4f88e2a07f8ed14c5d3fc6d.zip
Fixing class name for Handler in puppetd
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2452 980ebf18-57e1-0310-9a29-db15c13687c0
-rwxr-xr-xbin/puppetd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppetd b/bin/puppetd
index 5d18ea2c8..959f31743 100755
--- a/bin/puppetd
+++ b/bin/puppetd
@@ -206,7 +206,7 @@ begin
when "--disable"
options[:disable] = true
when "--serve"
- if klass = Puppet::Network::Server::Handler.handler(arg)
+ if klass = Puppet::Network::Handler.handler(arg)
options[:serve][klass.name] = klass
else
raise "Could not find handler for %s" % arg