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

knife windows bootstrap should support enabling the service #182

Closed
btm opened this issue Feb 19, 2015 · 1 comment
Closed

knife windows bootstrap should support enabling the service #182

btm opened this issue Feb 19, 2015 · 1 comment

Comments

@btm
Copy link
Contributor

btm commented Feb 19, 2015

On other platforms, we've left the business of how to run Chef after the first run to the user to decide using a cookbook, because so many installations are different. Some use cron, others the chef-client as a daemon, others choose to only run Chef manually. The chef-client cookbook contains over a dozen implementation possibilities.

However, we did choose to have the MSI be able to install and enable the service on Windows. It would make sense to enable knife windows bootstrap to do this on installation as well:

From https://docs.chef.io/install_windows.html:

msiexec /qn /i C:\inst\chef-client-11.8.0-1.windows.msi ADDLOCAL="ChefClientFeature,ChefServiceFeature"
@btm
Copy link
Contributor Author

btm commented Mar 4, 2015

I don't think I meant to file this here, moved to: chef/knife-windows#202

@btm btm closed this as completed Mar 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant