diff options
Diffstat (limited to 'lib/chef/resource/mdadm.rb')
-rw-r--r-- | lib/chef/resource/mdadm.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/mdadm.rb b/lib/chef/resource/mdadm.rb index e226644f5e..6ec547d133 100644 --- a/lib/chef/resource/mdadm.rb +++ b/lib/chef/resource/mdadm.rb @@ -24,7 +24,7 @@ class Chef class Mdadm < Chef::Resource unified_mode true - resource_name :mdadm + provides :mdadm description "Use the mdadm resource to manage RAID devices in a Linux environment using the mdadm utility. The mdadm resource"\ " will create and assemble an array, but it will not create the config file that is used to persist the array upon"\ |