summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-06-04 19:59:44 -0700
committerTim Smith <tsmith@chef.io>2021-06-04 19:59:44 -0700
commit6ad8b302b7a6ca9015c94d4cae02b8b120a8aab0 (patch)
tree9385bdc30fff971a46727ddf540be8a2b9535899 /lib
parent60896ee59d70cc2fdce595b310d8cc7998021b8f (diff)
downloadchef-6ad8b302b7a6ca9015c94d4cae02b8b120a8aab0.tar.gz
Improve descriptions
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/resource/zypper_repository.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/zypper_repository.rb b/lib/chef/resource/zypper_repository.rb
index badedb58f5..28cca7a849 100644
--- a/lib/chef/resource/zypper_repository.rb
+++ b/lib/chef/resource/zypper_repository.rb
@@ -111,10 +111,10 @@ class Chef
default: true
property :source, String,
- description: "The name of the template for the repository file. Only necessary if you're not using the built in template."
+ description: "The name of the template for the repository file. Only necessary if you're using a custom template for the repository file."
property :cookbook, String,
- description: "The cookbook to source the repository template file from. Only necessary if you're not using the built in template.",
+ description: "The cookbook to source the repository template file from. Only necessary if you're using a custom template for the repository file.",
default: lazy { cookbook_name },
default_description: "The cookbook containing the resource",
desired_state: false