diff options
author | Tim Smith <tsmith@chef.io> | 2020-10-12 16:56:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 16:56:40 -0700 |
commit | edda7a79ac4fb9ef6cc0b625fe3fb8e5d65a5496 (patch) | |
tree | cb879b96c50c5eff8e4da095e3d02f530712614a | |
parent | 2a1f236c421706c2b6d6886bdc59083e6f3521d9 (diff) | |
download | chef-edda7a79ac4fb9ef6cc0b625fe3fb8e5d65a5496.tar.gz |
Update lib/chef/resource/chef_client_config.rb
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r-- | lib/chef/resource/chef_client_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chef_client_config.rb b/lib/chef/resource/chef_client_config.rb index 2de358e186..061c9a1851 100644 --- a/lib/chef/resource/chef_client_config.rb +++ b/lib/chef/resource/chef_client_config.rb @@ -75,7 +75,7 @@ class Chef description: "The user that should own the client.rb file and the configuration directory if it needs to be created." property :node_name, String, - description: "The name of the node. This determines which configuration should be applied and sets the `client_name`, which is the name used when authenticating to a #{ChefUtils::Dist::Server::PRODUCT}. If this value is not provided Chef Infra Client will use the node's FQDN as the node name. In general, Chef recommends that you leave this setting blank and let the client assign the FQDN of the node as the node_name during each Chef Infra Client run." + description: "The name of the node. This determines which configuration should be applied and sets the `client_name`, which is the name used when authenticating to a #{ChefUtils::Dist::Server::PRODUCT}. If this value is not provided #{ChefUtils::Dist::Infra::PRODUCT} will use the node's FQDN as the node name. Leaving this setting blank and letting the client assign the FQDN of the node as the node_name during each #{ChefUtils::Dist::Infra::PRODUCT} run is recommended." property :chef_server_url, String, description: "The URL for the #{ChefUtils::Dist::Server::PRODUCT}.", |