diff --git a/attributes/enable_remote_desktop.rb b/attributes/enable_remote_desktop.rb index a8c1c44..a694a0c 100644 --- a/attributes/enable_remote_desktop.rb +++ b/attributes/enable_remote_desktop.rb @@ -1,2 +1,2 @@ node.default['osxdefaults']['remote_desktop_path'] = "/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart" -node.default['osxdefaults']['remote_desktop_config'] = "-activate -configure -access -on -restart -agent -privs -all -allowAccessFor -specifiedUsers -users garageadmin" +node.default['osxdefaults']['remote_desktop_config'] = "-activate -configure -access -on -restart -agent -privs -all -allowAccessFor -allUsers"