Sha256: 80075522ab922de20443157f92f64e45ce2c77a518368743714bc31fda957fcd
Contents?: true
Size: 514 Bytes
Versions: 33
Compression:
Stored size: 514 Bytes
Contents
# Break out the code related to plugins. This module is # just included into the agent, but having it here makes it # easier to test. module Puppet::Configurer::PluginHandler # Retrieve facts from the central server. def download_plugins plugin_downloader = Puppet::Configurer::Downloader.new( "plugin", Puppet[:plugindest], Puppet[:pluginsource], Puppet[:pluginsignore], @environment ) plugin_downloader.evaluate Puppet::Util::Autoload.reload_changed end end
Version data entries
33 entries across 33 versions & 2 rubygems