summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/network')
-rw-r--r--lib/puppet/network/client/master.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/network/client/master.rb b/lib/puppet/network/client/master.rb
index a4ffefea5..2dc71b45e 100644
--- a/lib/puppet/network/client/master.rb
+++ b/lib/puppet/network/client/master.rb
@@ -499,7 +499,7 @@ class Puppet::Network::Client::Master < Puppet::Network::Client
# Send off the transaction report.
def report(transaction)
begin
- report = transaction.report()
+ report = transaction.generate_report()
if Puppet[:rrdgraph] == true
report.graph()
end