summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-23 23:37:40 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-23 23:37:40 -0700
commit70ebd7b00f92cd70cea25326f6dee156ea2db765 (patch)
treef37f42a284905132b472f762be86c3437228b479
parentfe2598452335f406f0279fc5d5906c16ebdfc4b0 (diff)
downloadchef-70ebd7b00f92cd70cea25326f6dee156ea2db765.tar.gz
Update the skip list
scm is gone mac_user is new Signed-off-by: Tim Smith <tsmith@chef.io>
-rwxr-xr-xtasks/docs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb
index 157c2a4655..ed091b89d0 100755
--- a/tasks/docs.rb
+++ b/tasks/docs.rb
@@ -288,7 +288,7 @@ namespace :docs_site do
resources.each do |resource, data|
# skip some resources we don't directly document
- next if ["scm", "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", ""].include?(resource)
+ next if ["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", ""].include?(resource)
next unless resource == ENV["DEBUG"] if ENV["DEBUG"]