bolt-modules/boltlib/lib/puppet/functions/apply_prep.rb in bolt-2.12.0 vs bolt-modules/boltlib/lib/puppet/functions/apply_prep.rb in bolt-2.13.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true require 'bolt/task' # Installs the `puppet-agent` package on targets if needed, then collects facts, -# including any custom facts found in Bolt's modulepath. The package is +# including any custom facts found in Bolt's module path. The package is # installed using either the configured plugin or the `task` plugin with the # `puppet_agent::install` task. # # Agent installation will be skipped if the target includes the `puppet-agent` feature, either as a # property of its transport (PCP) or by explicitly setting it as a feature in Bolt's inventory.