summaryrefslogtreecommitdiff
path: root/lib/chef/resource/dpkg_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/dpkg_package.rb')
-rw-r--r--lib/chef/resource/dpkg_package.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/resource/dpkg_package.rb b/lib/chef/resource/dpkg_package.rb
index 9ff3239884..c73fc506ad 100644
--- a/lib/chef/resource/dpkg_package.rb
+++ b/lib/chef/resource/dpkg_package.rb
@@ -20,6 +20,8 @@ require "chef/resource/package"
class Chef
class Resource
+ # Use the dpkg_package resource to manage packages for the dpkg platform. 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 DpkgPackage < Chef::Resource::Package
resource_name :dpkg_package
provides :dpkg_package, os: "linux"