Issue #13198 has been updated by Josh Cooper. Status changed from Accepted to Duplicate
Forgot Nan already filed this. ---------------------------------------- Feature #13198: Provide common way of handling filesystem redirection on Windows https://projects.puppetlabs.com/issues/13198#change-57377 Author: Josh Cooper Status: Duplicate Priority: Normal Assignee: Category: windows Target version: Affected Puppet version: Keywords: windows syswow64 sysnative redirection Branch: Windows filesystem redirection silently redirects requests from `c:\windows\system32` to `c:\windows\syswow64` if the calling program is 32-bit. This is a problem when attempting to manage IIS applicationHost.config file as these reside in the 64-bit directory. It is also a problem when trying to force execution of 64-bit programs from 32-bit ruby, e.g. powershell.exe, cmd.exe. Redirection can be disabled by using `c:\windows\sysnative`. But currently this must be done on a per module basis. It would be good if Puppet provided a method for doing this, e.g.`Puppet::Util.which`. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
