diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-11-24 12:28:38 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-02-16 07:40:42 -0800 |
commit | a3dc9636e39eaeb912ae3e3cdd542387f3497c21 (patch) | |
tree | 23a94265159868f8a5f0c37b5acff8684ebec5bf /tasks | |
parent | 3f4ef1b91f7a24d2c533eb4791ae099f8de49f4f (diff) | |
download | chef-a3dc9636e39eaeb912ae3e3cdd542387f3497c21.tar.gz |
Fully remove user resource support for macOS < 10.14
This builds on the removal of macOS 10.13 from the build matrix in https://github.com/chef/chef/pull/10680. With 10.14+ required for Chef packages we can safely remove the dscl_user resource and just assume 10.14+ when creating users.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks')
-rwxr-xr-x | tasks/docs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb index 907d3c1ba4..cba58cad4a 100755 --- a/tasks/docs.rb +++ b/tasks/docs.rb @@ -1,4 +1,4 @@ -RESOURCES_TO_SKIP = ["whyrun_safe_ruby_block", "l_w_r_p_base", "user_resource_abstract_base_class", "linux_user", "pw_user", "aix_user", "dscl_user", "solaris_user", "windows_user", "mac_user", ""].freeze +RESOURCES_TO_SKIP = ["whyrun_safe_ruby_block", "l_w_r_p_base", "user_resource_abstract_base_class", "linux_user", "pw_user", "aix_user", "solaris_user", "windows_user", "mac_user", ""].freeze namespace :docs_site do |