From 9b2afcb4c32ceeac6e008cd2ec171a2b7bdc37ec Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 24 Jan 2006 06:37:00 +0000 Subject: Fixing some logging issues git-svn-id: https://reductivelabs.com/svn/puppet/trunk@849 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/client/master.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/puppet/client') 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" -- cgit