summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-01 22:25:56 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-01 22:25:56 -0700
commit2034a1b4768321ecee33f53dd4d65c5c0a3b9819 (patch)
treecdf2590e49a4260da67f38278f4e2643f034d8f7
parent73ef808572aa65e127a6f8f57d6dae5e3de69011 (diff)
downloadchef-2034a1b4768321ecee33f53dd4d65c5c0a3b9819.tar.gz
Embed the note for chocolatey_description to the description
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/chocolatey_package.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chocolatey_package.rb b/lib/chef/resource/chocolatey_package.rb
index 9d2d7bfffe..e0568e586a 100644
--- a/lib/chef/resource/chocolatey_package.rb
+++ b/lib/chef/resource/chocolatey_package.rb
@@ -25,7 +25,7 @@ class Chef
provides :chocolatey_package
- description "Use the **chocolatey_package** resource to manage packages using Chocolatey on the Microsoft Windows platform."
+ description "Use the **chocolatey_package** resource to manage packages using Chocolatey on the Microsoft Windows platform. Note: The Chocolatey package manager is not installed on Windows by default. You will need to install it prior to using this resource by adding the [Chocolatey cookbook](https://supermarket.chef.io/cookbooks/chocolatey/) to your node's run list."
introduced "12.7"
examples <<~DOC
**Install a Chocolatey package**: