-
Notifications
You must be signed in to change notification settings - Fork 63
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
Does this support chef installation on a windows box #124
Comments
I spent a few minutes trying to make it work, and couldn't. +1 on a feature request to make this work. |
@adamb0mb ...it worked for me on a windows box |
Are you using a public windows box? If so, which one? I tried with |
Can you try ferventcoder/win7pro-x64-nocm-lite |
FYI... I'm trying, but I'm running into Vagrant/box issues that I'm trying to figure out. I'll post here when I get the |
OK. I can't get |
OK. I figured out my issue. You need to explicitly set config.omnibus.chef_version = :latest
config.vm.guest = :windows There is already an issue for the problem: #90. |
Does config.omnibus.chef_version = :latest install appropriate version of chef on a windows box?
The text was updated successfully, but these errors were encountered: