summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/client.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/puppet/client.rb b/lib/puppet/client.rb
index 9a2b3367c..288782193 100644
--- a/lib/puppet/client.rb
+++ b/lib/puppet/client.rb
@@ -121,7 +121,7 @@ module Puppet
end
end
if objects.is_a?(Puppet::TransBucket)
- self.config(objects)
+ return self.config(objects)
else
Puppet.warning objects.inspect
raise NetworkClientError.new(objects.class)
@@ -176,6 +176,8 @@ module Puppet
Metric.graph
end
Puppet::Storage.store
+
+ return transaction
#self.shutdown
end