summaryrefslogtreecommitdiff
path: root/lib/chef/resource/mdadm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/mdadm.rb')
-rw-r--r--lib/chef/resource/mdadm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/mdadm.rb b/lib/chef/resource/mdadm.rb
index 7c1d066488..245ccf2ca8 100644
--- a/lib/chef/resource/mdadm.rb
+++ b/lib/chef/resource/mdadm.rb
@@ -32,7 +32,7 @@ class Chef
" and then by using the mount provider to create a file systems table (fstab) entry."
default_action :create
- allowed_actions :create, :assemble, :stop
+ actions :create, :assemble, :stop
property :chunk, Integer,
default: 16,