summaryrefslogtreecommitdiff
path: root/lib/chef/resource/bff_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/bff_package.rb')
-rw-r--r--lib/chef/resource/bff_package.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/chef/resource/bff_package.rb b/lib/chef/resource/bff_package.rb
index f67d6d253e..62838cfd60 100644
--- a/lib/chef/resource/bff_package.rb
+++ b/lib/chef/resource/bff_package.rb
@@ -17,11 +17,13 @@
#
require "chef/resource/package"
-require "chef/provider/package/aix"
class Chef
class Resource
class BffPackage < Chef::Resource::Package
+ resource_name :bff_package
+ provides :bff_package
+
description "Use the bff_package resource to manage packages for the AIX platform"\
" using the installp utility. When a package is installed from a local"\
" file, it must be added to the node using the remote_file or cookbook_file"\