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

Support chef 12.8.1 64bits #21

Closed kamaradclimber closed 8 years ago

kamaradclimber commented 8 years ago

Due to chef being in 32 bits, sysnative path was used to access wuauclt.exe. Now that chef 12.8.1 has a 64bits version, we have to adapt by using powershell_script resource that make calls to System32 path works depending on the node architecture (instead of the ruby architecture).

kamaradclimber commented 8 years ago

cc @aboten @Annih

Annih commented 8 years ago

Same changes as #17 ... I feel bad for @jboeshart to have closed it now ^^' Let's merge this, and finaly fix #16 even if I said we won't fix it