diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-06-28 17:49:10 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-06-28 17:49:10 +0000 |
| commit | 4985d8fc6b74d99a3770293a1323949056b023bd (patch) | |
| tree | 5f975b2cb77552427a9946627797bcf70247b545 /lib | |
| parent | dec40539df8dcdc49d3277b6b0d4669cb3e25edd (diff) | |
| download | puppet-4985d8fc6b74d99a3770293a1323949056b023bd.tar.gz puppet-4985d8fc6b74d99a3770293a1323949056b023bd.tar.xz puppet-4985d8fc6b74d99a3770293a1323949056b023bd.zip | |
adding message about retrieving plugins
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1328 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/puppet/client/master.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/puppet/client/master.rb b/lib/puppet/client/master.rb index 4a4541e7c..1abb6c0c6 100644 --- a/lib/puppet/client/master.rb +++ b/lib/puppet/client/master.rb @@ -446,6 +446,8 @@ class Puppet::Client::MasterClient < Puppet::Client :tag => "plugins" ) + Puppet.info "Retrieving plugins" + trans = plugins.evaluate begin |
