Windows File System Redirector with Chef Client/Ruby
I was recently using the windows_zipfile resource to unzip content to the path C:\Windows\System32\WindowsPowerShell\v1.0\Modules as part of a recipe in a Chef cookbook which would complete successfully, but on observation would unzip the contents to C:\Windows\SysWow64\WindowsPowerShell\v1.0\Modules and cause an error when further resources references this source. The cause of this behaviour is due to the the chef-client … More Windows File System Redirector with Chef Client/Ruby