criteo-cookbooks / wsus-server

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

Use ProxyPassword from the resource definition #35

Closed jeremy-clerc closed 5 years ago

jeremy-clerc commented 5 years ago

The proxy password is defined at the resource level, and we do not redifine it as a property before trying to update it.

So do like for languages, check if it changed and set it separately.

Also fix the configure recipe as the proxy_password was never given, so we would have never updated it.