diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-25 23:12:21 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-25 23:12:21 +0000 |
| commit | 87904d3728546ef5d32f80191bdc0c2814ee88ab (patch) | |
| tree | e337836874f126fd8d4ffc2240c1241f11ba5afd /lib/puppet/client | |
| parent | 9b2afcb4c32ceeac6e008cd2ec171a2b7bdc37ec (diff) | |
| download | puppet-87904d3728546ef5d32f80191bdc0c2814ee88ab.tar.gz puppet-87904d3728546ef5d32f80191bdc0c2814ee88ab.tar.xz puppet-87904d3728546ef5d32f80191bdc0c2814ee88ab.zip | |
RPM release is almost entirely there, it just needs to be integrated into release management
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@850 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/client')
| -rw-r--r-- | lib/puppet/client/master.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/client/master.rb b/lib/puppet/client/master.rb index 73217b2f0..29e466224 100644 --- a/lib/puppet/client/master.rb +++ b/lib/puppet/client/master.rb @@ -54,6 +54,7 @@ class Puppet::Client::MasterClient < Puppet::Client Metric.store Metric.graph end + Puppet.notice "Finished configuration run" return transaction end |
