@@ -33,10 +33,10 @@ Manifest blocks require facts to compile. When Bolt applies Puppet manifests, it
3333automatically installs the packages necessary to run the apply command and
3434gathers facts using [ facter] ( https://puppet.com/docs/facter/latest/ ) , making the
3535facts available to the manifest block. Bolt also identifies targets that do not
36- have Puppet agents and runs the [ ` puppet_agent ::install`
37- task] ( https://forge.puppet.com/puppetlabs/puppet_agent ) to install the agent.
36+ have Puppet agents and runs the [ ` openvox_bootstrap ::install`
37+ task] ( https://forge.puppet.com/puppet/openvox_bootstrap ) to install the agent.
3838
39- > ** Note:** Bolt installs the Puppet agent package to enable the use of Puppet
39+ > ** Note:** Bolt installs the OpenVox agent package to enable the use of Puppet
4040 code. It does not require setting up a server-agent architecture between the
4141 remote systems and the local system running Bolt.
4242
@@ -240,7 +240,7 @@ access the `logs` key in the report hash:
240240plan example (
241241 TargetSpec $targets
242242) {
243- # Install the puppet -agent package and gather facts
243+ # Install the openvox -agent package and gather facts
244244 $targets.apply_prep
245245
246246 # Apply Puppet code
@@ -400,7 +400,7 @@ Create a manifest that sets up a web server with nginx, and run it as a plan.
400400 String $site_content = 'hello!',
401401 ) {
402402
403- # Install the puppet -agent package if Puppet is not detected.
403+ # Install the openvox -agent package if Puppet is not detected.
404404 # Copy over custom facts from the Bolt modulepath.
405405 # Run the `facter` command line tool to gather target information.
406406 $targets.apply_prep
@@ -479,7 +479,7 @@ Create a manifest that sets up a web server with IIS and run it as a plan.
479479 String $site_content = 'hello!',
480480 ) {
481481
482- # Install the puppet -agent package if Puppet is not detected.
482+ # Install the openvox -agent package if Puppet is not detected.
483483 # Copy over custom facts from the Bolt modulepath.
484484 # Run the `facter` command line tool to gather target information.
485485 $targets.apply_prep
0 commit comments