diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-24 06:37:00 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-24 06:37:00 +0000 |
| commit | 9b2afcb4c32ceeac6e008cd2ec171a2b7bdc37ec (patch) | |
| tree | 02e58bed60b09dae80c5288618b233e91b64a84c /lib/puppet/client | |
| parent | ae2575b45de1e8f4c0ec956cebe0eed2bafbcf57 (diff) | |
| download | puppet-9b2afcb4c32ceeac6e008cd2ec171a2b7bdc37ec.tar.gz puppet-9b2afcb4c32ceeac6e008cd2ec171a2b7bdc37ec.tar.xz puppet-9b2afcb4c32ceeac6e008cd2ec171a2b7bdc37ec.zip | |
Fixing some logging issues
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@849 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 f0204c418..73217b2f0 100644 --- a/lib/puppet/client/master.rb +++ b/lib/puppet/client/master.rb @@ -15,6 +15,7 @@ class Puppet::Client::MasterClient < Puppet::Client # objects. For now, just descend into the tree and perform and # necessary manipulations. def apply + Puppet.notice "Beginning configuration run" dostorage() unless defined? @objects raise Puppet::Error, "Cannot apply; objects not defined" |
