summaryrefslogtreecommitdiff
path: root/lib/chef/resource/mdadm.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-29 22:42:27 -0700
committerTim Smith <tsmith@chef.io>2018-10-30 16:20:28 -0700
commitf331b1380fac1a60279c2abafb3b233c9a736360 (patch)
tree92b8c1ef2f1fd1dd379af13d109abc55d7b0c02e /lib/chef/resource/mdadm.rb
parentdb1b8e3fbfc03fa689a70813b1db133fcd3c4b65 (diff)
downloadchef-resource_descriptions.tar.gz
Skip more resources and set others to desired state falseresource_descriptions
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/mdadm.rb')
-rw-r--r--lib/chef/resource/mdadm.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/resource/mdadm.rb b/lib/chef/resource/mdadm.rb
index 3fc5b7c338..ee0284ec37 100644
--- a/lib/chef/resource/mdadm.rb
+++ b/lib/chef/resource/mdadm.rb
@@ -40,9 +40,10 @@ class Chef
default: lazy { [] },
description: "The devices to be part of a RAID array."
+ # @todo this should get refactored away
property :exists, [ TrueClass, FalseClass ],
default: false,
- description: "Indicates whether the RAID array exists."
+ skip_docs: true
property :level, Integer,
default: 1,