# File lib/puppet/configurer/plugin_handler.rb, line 10
10:   def download_plugins
11:     return nil unless download_plugins?
12:     Puppet::Configurer::Downloader.new("plugin", Puppet[:plugindest], Puppet[:pluginsource], Puppet[:pluginsignore]).evaluate.each { |file| load_plugin(file) }
13:   end