Fixing class name for Handler in puppetd
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2452 980ebf18-57e1-0310-9a29-db15c13687c0
This commit is contained in:
Родитель
1ccdff5505
Коммит
8d11bb8a8d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче