-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Feature/windows support #154
Conversation
…ul community leaning towards nssm for service installation
nice! |
@cleung2010 Is this ready to merge? |
Yep! |
even though consul metadata has depend 'chcocolatey', my chef run fails as below Looks like it can not find the resource ChocolateyHelpers defined in the libraries on chocolatey cookbook |
It was because of my chef version upgraded from 11.6.2 to 11.18.6 and the problem went away. Also I used #{ENV.keys.grep(/^ChocolateyInstall$/i)} instead of calling the helper function in 11.6 and that solved the problem Tested the install_windows recipe and it works the only problems were chocolatey ones due to chef version, 11.18.6 worked without a problem |
Please rebase! |
@johnbellone I fixed conflicts with master, should be good to merge now |
We are going to be merging #126 soon. Please take a look at that as it changes the installation for clients. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fixed feature/windows_support to be on a working state against master in addition to some chocolatey tweaks.
A lot of credit to @ramarnat for the initial #119 PR