summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-02-06 15:32:53 -0800
committerTim Smith <tsmith84@gmail.com>2020-02-06 15:32:53 -0800
commite470ea168ff24711cf55b26069e63e6a484edcd8 (patch)
tree5c026684d709dab2396128603c0a7cb06b01a99f
parentff59bf21caf000dfc68d466ed492a00f5a8f6a48 (diff)
downloadchef-e470ea168ff24711cf55b26069e63e6a484edcd8.tar.gz
Update docker? help comment to show it's since 12.11fix_utils_introduced_data
We've had this in chef/chef since 12.11. True it's only been in chef-utils since 15.5. This led a community member to believe they couldn't use it since they required Chef 13+. We should make sure folks know they can use this helper. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--chef-utils/lib/chef-utils/dsl/introspection.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/dsl/introspection.rb b/chef-utils/lib/chef-utils/dsl/introspection.rb
index ba65cf2881..028221f95f 100644
--- a/chef-utils/lib/chef-utils/dsl/introspection.rb
+++ b/chef-utils/lib/chef-utils/dsl/introspection.rb
@@ -31,7 +31,7 @@ module ChefUtils
# Determine if the node is a docker container.
#
# @param [Chef::Node] node the node to check
- # @since 15.5
+ # @since 12.11
#
# @return [Boolean]
#