criteo-cookbooks / wsus-client

Chef Cookbook to install and configure client for Windows Server Update Services (WSUS)
Apache License 2.0
15 stars 19 forks source link

Added timeout attribute for service['wuauserv'] #44

Closed anniehedgpeth closed 5 years ago

anniehedgpeth commented 5 years ago

This pull request addresses the issue that I was seeing in my test kitchen environment with intermittent timeout errors for the service['wuauserv'] resource.

It simply adds a timeout property to the resource and defaults it to 60 seconds (which is the Chef default on the service resource). No functionality will change for current users of the cookbook who do not set this attribute.

https://github.com/criteo-cookbooks/wsus-client/issues/43

jeremy-clerc commented 5 years ago

Fixes #43

anniehedgpeth commented 5 years ago

Thanks for the merge, @jeremy-clerc !