diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-02 22:26:23 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-05-02 22:26:23 -0700 |
commit | a6bcf09092f9ad10f6f474f9c2892108f61ea5eb (patch) | |
tree | 58be86537bb97e71232bc92422a889f33f5582dd /lib | |
parent | 385123ec906cacd37e5d599379d856a1ee4a088d (diff) | |
download | chef-a6bcf09092f9ad10f6f474f9c2892108f61ea5eb.tar.gz |
Improve the warning message about legacy validation key reg
It's the legacy method. Call it that and maybe people will stop using it.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/knife/bootstrap.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb index 2ecaf2ee34..bbd51d01bd 100644 --- a/lib/chef/knife/bootstrap.rb +++ b/lib/chef/knife/bootstrap.rb @@ -547,8 +547,8 @@ class Chef chef_vault_handler.run(client_builder.client) else ui.info <<~EOM - Doing old-style registration with the validation key at #{Chef::Config[:validation_key]}..." - Delete your validation key in order to use your user credentials instead + Performing legacy client registration with the validation key at #{Chef::Config[:validation_key]}..." + Delete your validation key in order to use your user credentials for client registration instead. EOM end |