From 79e8d00d6fc10ecfaac764acf76492623d5554dc Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sun, 4 Mar 2018 20:56:31 -0800 Subject: osx_profile: set identity on the property not using identity_attr Signed-off-by: Tim Smith --- lib/chef/resource/osx_profile.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/chef/resource/osx_profile.rb b/lib/chef/resource/osx_profile.rb index 56eca90a7e..569c02aa27 100644 --- a/lib/chef/resource/osx_profile.rb +++ b/lib/chef/resource/osx_profile.rb @@ -28,15 +28,13 @@ class Chef 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 - property :profile_name, String, name_property: true + property :profile_name, String, name_property: true, identity: true property :profile, [ String, Hash ] property :identifier, String property :path, String -- cgit v1.2.1