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/osx_profile.rb | |
parent | b3a3fbaab35da9e7927a0cb1ae5e379f28ecc000 (diff) | |
download | chef-descriptions_v2.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/osx_profile.rb')
-rw-r--r-- | lib/chef/resource/osx_profile.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/chef/resource/osx_profile.rb b/lib/chef/resource/osx_profile.rb index 1d13a8851e..f7d7bb75f2 100644 --- a/lib/chef/resource/osx_profile.rb +++ b/lib/chef/resource/osx_profile.rb @@ -24,13 +24,11 @@ class Chef # on the macOS platform. The osx_profile resource installs profiles by using # the uuidgen library to generate a unique ProfileUUID, and then using the # profiles command to install the profile on the system. - # - # @since 12.7 class OsxProfile < Chef::Resource provides :osx_profile, os: "darwin" provides :osx_config_profile, os: "darwin" - identity_attr :profile_name + description "12.7" default_action :install allowed_actions :install, :remove |