diff options
author | Tim Smith <tsmith@chef.io> | 2018-02-22 17:38:44 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-02-22 17:38:44 -0800 |
commit | b114fdea64f32f42ba78e9132017c9c871be378c (patch) | |
tree | 054c6d508d990f321efa4cade00d5ec6a8d0275b /lib/chef/resource/mount.rb | |
parent | b3a3fbaab35da9e7927a0cb1ae5e379f28ecc000 (diff) | |
download | chef-b114fdea64f32f42ba78e9132017c9c871be378c.tar.gz |
Add more introduced and description fields to resourcesdescriptions_v2
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/mount.rb')
-rw-r--r-- | lib/chef/resource/mount.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/mount.rb b/lib/chef/resource/mount.rb index 1a1f8c0565..f70267fd23 100644 --- a/lib/chef/resource/mount.rb +++ b/lib/chef/resource/mount.rb @@ -21,8 +21,8 @@ require "chef/resource" class Chef class Resource - # Use the mount resource to manage a mounted file system. class Mount < Chef::Resource + description "Use the mount resource to manage a mounted file system." identity_attr :device |