summaryrefslogtreecommitdiff
path: root/lib/chef/resource/osx_profile.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-02-22 17:38:44 -0800
committerTim Smith <tsmith@chef.io>2018-02-22 17:38:44 -0800
commitb114fdea64f32f42ba78e9132017c9c871be378c (patch)
tree054c6d508d990f321efa4cade00d5ec6a8d0275b /lib/chef/resource/osx_profile.rb
parentb3a3fbaab35da9e7927a0cb1ae5e379f28ecc000 (diff)
downloadchef-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.rb4
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