summaryrefslogtreecommitdiff
path: root/lib/chef/resource/gem_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/gem_package.rb')
-rw-r--r--lib/chef/resource/gem_package.rb7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/chef/resource/gem_package.rb b/lib/chef/resource/gem_package.rb
index 8e3a426035..1f9bae614d 100644
--- a/lib/chef/resource/gem_package.rb
+++ b/lib/chef/resource/gem_package.rb
@@ -20,11 +20,14 @@ require "chef/resource/package"
class Chef
class Resource
- # Use the gem_package resource to manage gem packages that are only included in recipes. When a package is installed
- # from a local file, it must be added to the node using the remote_file or cookbook_file resources.
class GemPackage < Chef::Resource::Package
resource_name :gem_package
+ description "Use the gem_package resource to manage gem packages that are only"\
+ " included in recipes. When a package is installed from a local file,"\
+ " it must be added to the node using the remote_file or cookbook_file"\
+ " resources."
+
# the source can either be a path to a package source like:
# source /var/tmp/mygem-1.2.3.4.gem
# or it can be a url rubygems source like: