diff options
author | William Theaker <williamtheaker@users.noreply.github.com> | 2022-06-14 15:44:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 12:44:34 -0700 |
commit | 09635c40aa7144c91c9b1090eb2c2c48b87ae670 (patch) | |
tree | 7fbaa813a528b02ca354e00e592bde5c533b0d93 /lib | |
parent | 86320e00745c9f0203bef71f12cc807a92323938 (diff) | |
download | chef-09635c40aa7144c91c9b1090eb2c2c48b87ae670.tar.gz |
Fix documentation for chef_client_scheduled_task (#12917)
* Fix documentation for chef_client_scheduled_task
* Use full knife doc URI; Incorporate suggestion.
Signed-off-by: William Theaker <william.theaker@gusto.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/resource/chef_client_scheduled_task.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/resource/chef_client_scheduled_task.rb b/lib/chef/resource/chef_client_scheduled_task.rb index a7e0d0761c..422881deb8 100644 --- a/lib/chef/resource/chef_client_scheduled_task.rb +++ b/lib/chef/resource/chef_client_scheduled_task.rb @@ -122,7 +122,8 @@ class Chef property :config_directory, String, description: "The path of the config directory.", - default: ChefConfig::Config.etc_chef_dir + default: ChefConfig::Config.etc_chef_dir, + default_description: ChefConfig::Config.c_chef_dir property :log_directory, String, description: "The path of the directory to create the log file in.", |