From 8d11bb8a8dc6a6dff4f88e2a07f8ed14c5d3fc6d Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 1 May 2007 22:44:06 +0000 Subject: Fixing class name for Handler in puppetd git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2452 980ebf18-57e1-0310-9a29-db15c13687c0 --- bin/puppetd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit