summaryrefslogtreecommitdiff
path: root/lib/chef/resource/msu_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/msu_package.rb')
-rw-r--r--lib/chef/resource/msu_package.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/msu_package.rb b/lib/chef/resource/msu_package.rb
index 23e92b2dd1..247683aa4f 100644
--- a/lib/chef/resource/msu_package.rb
+++ b/lib/chef/resource/msu_package.rb
@@ -30,7 +30,7 @@ class Chef
description "Use the **msu_package** resource to install Microsoft Update(MSU) packages on Microsoft Windows machines."
introduced "12.17"
- allowed_actions :install, :remove
+ actions :install, :remove
default_action :install
property :package_name, String,