diff options
author | Tor Magnus Rakvåg <tor.magnus@outlook.com> | 2018-11-02 15:04:40 +0100 |
---|---|---|
committer | Tor Magnus Rakvåg <tor.magnus@outlook.com> | 2018-11-02 15:04:40 +0100 |
commit | 2efb3cbe6ca1a78e9d889695ab4dec4416e61387 (patch) | |
tree | 7d28565e30b847ad91934bde75f5702c6594d31f /lib | |
parent | 097e5651d5dbac1210d36a04ff8930f590b279b1 (diff) | |
download | chef-2efb3cbe6ca1a78e9d889695ab4dec4416e61387.tar.gz |
update description with the powershell_package_source resource
Signed-off-by: Tor Magnus Rakvåg <tor.magnus@outlook.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/resource/powershell_package.rb | 2 |
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 |