summaryrefslogtreecommitdiff
path: root/lib/chef/resource/ips_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/ips_package.rb')
-rw-r--r--lib/chef/resource/ips_package.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/ips_package.rb b/lib/chef/resource/ips_package.rb
index a579a5a5a2..b10957463f 100644
--- a/lib/chef/resource/ips_package.rb
+++ b/lib/chef/resource/ips_package.rb
@@ -29,7 +29,7 @@ class Chef
description "Use the **ips_package** resource to manage packages (using Image Packaging System (IPS)) on the Solaris 11 platform."
- allowed_actions :install, :remove, :upgrade
+ actions :install, :remove, :upgrade
property :package_name, String,
description: "An optional property to set the package name if it differs from the resource block's name.",