summaryrefslogtreecommitdiffstats
path: root/lib/puppet/agent.rb
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/agent.rb
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/agent.rb')
-rw-r--r--lib/puppet/agent.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/agent.rb b/lib/puppet/agent.rb
index f07305559..84bda6756 100644
--- a/lib/puppet/agent.rb
+++ b/lib/puppet/agent.rb
@@ -8,8 +8,6 @@ class Puppet::Agent
require 'puppet/agent/locker'
include Puppet::Agent::Locker
- require 'puppet/agent/runner'
-
attr_reader :client_class, :client, :splayed
# Just so we can specify that we are "the" instance.