summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-02 09:56:37 -0700
committerGitHub <noreply@github.com>2018-11-02 09:56:37 -0700
commitb3cf45af119877d972af1070197063816bf6974a (patch)
tree6fcd9e983e2efa46a4eadc3e269b9b42fe4c9a91
parentb82e4db9d89f4da7f28efd23295afbbbedd44a22 (diff)
parent2efb3cbe6ca1a78e9d889695ab4dec4416e61387 (diff)
downloadchef-b3cf45af119877d972af1070197063816bf6974a.tar.gz
Merge pull request #7857 from Intility/doc-fix
powershell_package doc update
-rw-r--r--lib/chef/resource/powershell_package.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/powershell_package.rb b/lib/chef/resource/powershell_package.rb
index 91e300584f..60aabb9fd0 100644
--- a/lib/chef/resource/powershell_package.rb
+++ b/lib/chef/resource/powershell_package.rb
@@ -26,7 +26,7 @@ class Chef
resource_name :powershell_package
provides :powershell_package
- description "Use the powershell_package resource to install and manage packages via the PowerShell Package Manager for the Microsoft Windows platform. The powershell_package resource requires administrative access, and a source must be configured in the PowerShell Package Manager via the Register-PackageSource command"
+ description "Use the powershell_package resource to install and manage packages via the PowerShell Package Manager for the Microsoft Windows platform. The powershell_package resource requires administrative access, and a source must be configured in the PowerShell Package Manager via the powershell_package_source resource."
introduced "12.16"
allowed_actions :install, :remove