summaryrefslogtreecommitdiff
path: root/lib/chef/resource/osx_profile.rb
diff options
context:
space:
mode:
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