summaryrefslogtreecommitdiff
path: root/lib/chef/resource/yum_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/yum_package.rb')
-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