summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-29 11:28:58 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-29 11:28:58 -0700
commitd97aa244eb32f98ad1438b1ac376ca4f1710fa8b (patch)
tree48cfe79e7b946d44da7da536b5bd78d944c0afff
parent2554ba87987a56ab131a2ea37a2c16166b8e0f1a (diff)
downloadchef-d97aa244eb32f98ad1438b1ac376ca4f1710fa8b.tar.gz
Document yum_binary property
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/yum_package.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/resource/yum_package.rb b/lib/chef/resource/yum_package.rb
index 3b09c5ff4d..cac2156e93 100644
--- a/lib/chef/resource/yum_package.rb
+++ b/lib/chef/resource/yum_package.rb
@@ -75,7 +75,8 @@ class Chef
default: true,
desired_state: false
- property :yum_binary, String
+ property :yum_binary, String,
+ description: "The path to the yum binary."
end
end
end