From 1cec24b2662da7a5162b86812a1a2e7d45ebbc29 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Sun, 9 Aug 2020 16:03:26 -0700 Subject: [PATCH] Update README.markdown --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 34bd7ad2d..6b5a5dd6b 100644 --- a/README.markdown +++ b/README.markdown @@ -318,7 +318,7 @@ The `puppet_agent::version` task returns a Result on success specifying the vers #### `puppet_agent::install` -Installs the puppet-agent package. This task should not be used for upgrading agents particularly windows agents which have requirements other than just installing the puppet-agent msi. +Installs the puppet-agent package. This task should not be used for upgrading agents particularly Windows agents which have requirements other than just installing the puppet-agent msi. For upgrading Windows agents please use the class `puppet_agent` through your standard Puppet deployment or via [Bolt with Puppet apply](https://puppet.com/docs/bolt/latest/applying_manifest_blocks.html). > **Note:** The `puppet_agent::install_shell` task requires the `facts::bash` implementation from the [facts](https://forge.puppet.com/puppetlabs/facts) module. Both the `puppet_agent` and `facts` modules are packaged with Bolt. For use outside of Bolt make sure the `facts` module is installed to the same `modules` directory as `puppet_agent`.