summaryrefslogtreecommitdiff
path: root/lib/chef/data_collector.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@chef.io>2016-11-01 10:31:59 -0700
committerdanielsdeleo <dan@chef.io>2016-11-02 08:06:38 -0700
commit34d2b287c6a7ee0afb303b49054a25fd96f0a30a (patch)
tree6ea2f411cfe0c90106f67ddee222a90dfabeaaa9 /lib/chef/data_collector.rb
parentee4a4c2a80511fcfa36e3de3b3b1cffa0c689f77 (diff)
downloadchef-34d2b287c6a7ee0afb303b49054a25fd96f0a30a.tar.gz
Update release notes for automatic data collectionkey-auth-data-collector
Also, Chef Server 12.10 was released, so we will most likely require 12.11+ for the feature to work. Signed-off-by: Daniel DeLeo <dan@chef.io>
Diffstat (limited to 'lib/chef/data_collector.rb')
-rw-r--r--lib/chef/data_collector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/data_collector.rb b/lib/chef/data_collector.rb
index f544a4b044..cf860d81e2 100644
--- a/lib/chef/data_collector.rb
+++ b/lib/chef/data_collector.rb
@@ -60,7 +60,7 @@ class Chef
end
if !solo? && token_auth_configured?
Chef::Log.warn("Data collector token authentication is not recommended for client-server mode" \
- "Please upgrade Chef Server to 12.9.2+ and remove the token from your config file " \
+ "Please upgrade Chef Server to 12.11.0 and remove the token from your config file " \
"to use key based authentication instead")
end
true