diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-30 20:56:18 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-31 17:17:24 -0700 |
commit | e16b9463c221f4e4a10c8eda7ec8ad034254c2fd (patch) | |
tree | e5de88f8def3cba4abff88a8bab8bf5888fde55f /lib/chef/resource/windows_task.rb | |
parent | ed10614c70131524e70ebd4d3d23b0749b587356 (diff) | |
download | chef-e16b9463c221f4e4a10c8eda7ec8ad034254c2fd.tar.gz |
Update descriptions in more windows resources
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/windows_task.rb')
-rw-r--r-- | lib/chef/resource/windows_task.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/resource/windows_task.rb b/lib/chef/resource/windows_task.rb index a8bae8430e..0232fe3064 100644 --- a/lib/chef/resource/windows_task.rb +++ b/lib/chef/resource/windows_task.rb @@ -24,8 +24,7 @@ class Chef resource_name :windows_task provides(:windows_task) { true } - description "Use the windows_task resource to create, delete or run a Windows"\ - " scheduled task. Requires Windows Server 2008 or later due to API usage." + description "Use the windows_task resource to create, delete or run a Windows scheduled task. Requires Windows Server 2008 or later due to API usage." introduced "13.0" allowed_actions :create, :delete, :run, :end, :enable, :disable, :change |