Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support chef 12.8.1 64bits #21

Merged
merged 1 commit into from
Apr 1, 2016
Merged

Support chef 12.8.1 64bits #21

merged 1 commit into from
Apr 1, 2016

Conversation

kamaradclimber
Copy link
Contributor

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).

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
Copy link
Contributor Author

cc @aboten @Annih

@Annih
Copy link
Contributor

Annih commented Mar 31, 2016

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

@kamaradclimber kamaradclimber merged commit c6adeb5 into master Apr 1, 2016
@Annih Annih deleted the architecture branch April 1, 2016 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants