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.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/chef/resource/bff_package.rb b/lib/chef/resource/bff_package.rb
index 297cdb93a4..625d48626e 100644
--- a/lib/chef/resource/bff_package.rb
+++ b/lib/chef/resource/bff_package.rb
@@ -27,6 +27,13 @@ class Chef
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 resources."
introduced "12.0"
+
+ property :package_name, String,
+ description: "An optional property to set the package name if it differs from the resource block's name.",
+ identity: true
+
+ property :version, String,
+ description: "The version of a package to be installed or upgraded."
end
end
end