diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-07-15 21:39:17 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-07-15 21:39:17 -0700 |
commit | 991f66cb6ac9fcf2ef77b6d9ec2485f10601c406 (patch) | |
tree | ed0d2edb0d4a8519d4447d51fac2fcc194146ad7 /lib/chef/application/client.rb | |
parent | 76352b126bf50987fda6080dec22b10527eeb705 (diff) | |
download | chef-991f66cb6ac9fcf2ef77b6d9ec2485f10601c406.tar.gz |
add some comments on deprecation of the solo class
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/application/client.rb')
-rw-r--r-- | lib/chef/application/client.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb index 4f320733a1..727fa27c7b 100644 --- a/lib/chef/application/client.rb +++ b/lib/chef/application/client.rb @@ -22,6 +22,10 @@ require_relative "../handler/error_report" require_relative "../workstation_config_loader" require "uri" unless defined?(URI) +# DO NOT MAKE EDITS, see Chef::Application::Base +# +# External code may call / subclass or make references to this class. +# class Chef::Application::Client < Chef::Application::Base option :config_file, |