diff options
author | Lance Albertson <lance@osuosl.org> | 2021-04-07 19:26:59 -0700 |
---|---|---|
committer | Lance Albertson <lance@osuosl.org> | 2021-04-07 19:26:59 -0700 |
commit | 5dec823581b689cc3fd85ef3943b469293bc487d (patch) | |
tree | fbaab0a50acc9ddae553849d1c9f4f66d1ce35dc | |
parent | 316daa8d8cb07328c652eda7a3d4c5f222b2363e (diff) | |
download | chef-5dec823581b689cc3fd85ef3943b469293bc487d.tar.gz |
Update to reflect when this was added to Chef 16
Signed-off-by: Lance Albertson <lance@osuosl.org>
-rw-r--r-- | chef-utils/lib/chef-utils/dsl/platform.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/dsl/platform.rb b/chef-utils/lib/chef-utils/dsl/platform.rb index 9dd336b690..047c742dc8 100644 --- a/chef-utils/lib/chef-utils/dsl/platform.rb +++ b/chef-utils/lib/chef-utils/dsl/platform.rb @@ -126,7 +126,7 @@ module ChefUtils # Determine if the current node is CentOS Stream. # # @param [Chef::Node] node the node to check - # @since 17.0 + # @since 16.13 # # @return [Boolean] # |