summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/handler
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2010-03-18 19:01:29 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit1603f7363728dc41f67cd189ca0dcbf074ec44b4 (patch)
tree022fa3e476f75ef536e4db4704a1bd4e813ac729 /lib/puppet/network/handler
parent16658a0403135bc23ce18bcf2c72c4725ac25faf (diff)
downloadpuppet-1603f7363728dc41f67cd189ca0dcbf074ec44b4.tar.gz
puppet-1603f7363728dc41f67cd189ca0dcbf074ec44b4.tar.xz
puppet-1603f7363728dc41f67cd189ca0dcbf074ec44b4.zip
Feature #3394 REST Runner, preparation
Rename Puppet::Agent::Runner to Puppet::Run, for consistency
Diffstat (limited to 'lib/puppet/network/handler')
-rwxr-xr-xlib/puppet/network/handler/runner.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/network/handler/runner.rb b/lib/puppet/network/handler/runner.rb
index 070cae114..4f8247214 100755
--- a/lib/puppet/network/handler/runner.rb
+++ b/lib/puppet/network/handler/runner.rb
@@ -1,4 +1,4 @@
-require 'puppet/agent/runner'
+require 'puppet/run'
class Puppet::Network::Handler
class MissingMasterError < RuntimeError; end # Cannot find the master client
@@ -20,7 +20,7 @@ class Puppet::Network::Handler
options[:ignoreschedules] = ignoreschedules if ignoreschedules
options[:background] = !fg
- runner = Puppet::Agent::Runner.new(options)
+ runner = Puppet::Run.new(options)
runner.run