diff options
author | Tim Smith <tsmith@chef.io> | 2021-05-12 15:07:26 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2021-05-12 15:07:26 -0700 |
commit | 3f6c0dbf37f640b4ba5778a8c49a79d6d300b4de (patch) | |
tree | 29304b5849950e94a19d8a6004f35b3f6ad5b06f /lib/chef | |
parent | e92eed69c34f4cc019884d808af22461c055bd09 (diff) | |
download | chef-3f6c0dbf37f640b4ba5778a8c49a79d6d300b4de.tar.gz |
Document another property
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef')
-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 d52860fc08..770aedf442 100644 --- a/lib/chef/resource/chef_client_config.rb +++ b/lib/chef/resource/chef_client_config.rb @@ -139,7 +139,7 @@ class Chef DESC property :formatters, Array, - description: "", + description: "Client logging formatters to load.", default: [] property :event_loggers, Array, |