summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-30 00:47:03 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-30 00:47:03 +0000
commit295b3571bbca407a86b2c79b6189004bc05e2eac (patch)
tree1be63382ce80064c89e45747fdbb69b4d60174df /lib/puppet/network
parent1e8e7ee55a11b0fe472e6efb3457cf7ce527cbed (diff)
downloadpuppet-295b3571bbca407a86b2c79b6189004bc05e2eac.tar.gz
puppet-295b3571bbca407a86b2c79b6189004bc05e2eac.tar.xz
puppet-295b3571bbca407a86b2c79b6189004bc05e2eac.zip
Renaming some methods so that we can generate a report on a transaction and then retrieve it later
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2372 980ebf18-57e1-0310-9a29-db15c13687c0
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