lib/puppet/run.rb in puppet-3.0.1 vs lib/puppet/run.rb in puppet-3.0.2.rc1
- old
+ new
@@ -9,10 +9,11 @@
indirects :run, :terminus_class => :local
attr_reader :status, :background, :options
def agent
- Puppet::Agent.new(Puppet::Configurer)
+ # Forking disabled for "puppet kick" runs
+ Puppet::Agent.new(Puppet::Configurer, false)
end
def background?
background
end