summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-10-28 13:22:56 -0700
committerTim Smith <tsmith84@gmail.com>2020-10-28 13:22:56 -0700
commitd726fea9ce5ef3b99bc527cc85c1d38a4ddbcd15 (patch)
tree8a35c545fb03d9aaa9772eb8b7ce7d234f187cde
parentc5dd63dbf320ab2f52fc20df22e2b1ee74b2c946 (diff)
downloadchef-minor_comment.tar.gz
Make sure we have the same multipackage stuff throughoutminor_comment
Signed-off-by: Tim Smith <tsmith@chef.io>
-rwxr-xr-xtasks/docs.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb
index 4bce62695e..c8aaa207b4 100755
--- a/tasks/docs.rb
+++ b/tasks/docs.rb
@@ -173,6 +173,7 @@ namespace :docs_site do
# these package properties support passing arrays for the package name
properties["common_resource_functionality_multiple_packages"] = true if %w{yum_package apt_package zypper_package homebrew_package dnf_package pacman_package homebrew_package}.include?(name)
+ properties["properties_multiple_packages"] = true if %w{yum_package apt_package zypper_package homebrew_package dnf_package pacman_package homebrew_package}.include?(name)
properties["common_resource_functionality_resources_common_windows_security"] = true if name == "remote_directory"
@@ -188,8 +189,6 @@ namespace :docs_site do
properties["nameless_build_essential"] = true if name == "build_essential"
- properties["properties_multiple_packages"] = true if %w{dnf_package package zypper_package}.include?(name)
-
properties["properties_resources_common_windows_security"] = true if %w{cookbook_file file template remote_file directory}.include?(name)
properties["properties_shortcode"] = "resource_log_properties.md" if name == "log"