diff options
author | Tor Magnus Rakvåg <tm@intility.no> | 2018-06-12 13:37:50 +0200 |
---|---|---|
committer | Tor Magnus Rakvåg <tm@intility.no> | 2018-06-12 13:37:50 +0200 |
commit | 8970dd3b7225e9abb96f7ebda2c2aff534ef2b36 (patch) | |
tree | c529120b242a06ce6062b90a80749df46290a374 /lib | |
parent | 6d73debf8380d36d2a181591a86d58bbf404c6cc (diff) | |
download | chef-8970dd3b7225e9abb96f7ebda2c2aff534ef2b36.tar.gz |
add missing descriptions
Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/resource/powershell_package_source.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/chef/resource/powershell_package_source.rb b/lib/chef/resource/powershell_package_source.rb index 53de31084e..100ee8d19e 100644 --- a/lib/chef/resource/powershell_package_source.rb +++ b/lib/chef/resource/powershell_package_source.rb @@ -25,15 +25,15 @@ class Chef introduced "15.0" property :name, String, - description: "", + description: "The name of the package source", name_property: true property :url, String, - description: "", + description: "The url to the package source", required: true property :trusted, [true, false], - description: "", + description: "Whether or not to trust packages from this source", default: false property :provider_name, String, @@ -43,15 +43,15 @@ class Chef default: "NuGet" property :publish_location, String, - description: "", + description: "The url where modules will be published to for this source. Only valid if the provider is 'PowerShellGet'.", required: false property :script_source_location, String, - description: "", + description: "The url where scripts are located for this source. Only valid if the provider is 'PowerShellGet'.", required: false property :script_publish_location, String, - description: "", + description: "The location where scripts will be published to for this source. Only valid if the provider is 'PowerShellGet'.", required: false load_current_value do |