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

Does this support chef installation on a windows box #124

Open
smalleni opened this issue Oct 28, 2015 · 7 comments
Open

Does this support chef installation on a windows box #124

smalleni opened this issue Oct 28, 2015 · 7 comments

Comments

@smalleni
Copy link

Does config.omnibus.chef_version = :latest install appropriate version of chef on a windows box?

@adamb0mb
Copy link

I spent a few minutes trying to make it work, and couldn't.

+1 on a feature request to make this work.

@smalleni
Copy link
Author

@adamb0mb ...it worked for me on a windows box

@adamb0mb
Copy link

Are you using a public windows box? If so, which one? I tried with opentable/win-2008r2-standard-amd64-nocm

@smalleni
Copy link
Author

Can you try ferventcoder/win7pro-x64-nocm-lite

@adamb0mb
Copy link

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 ferventcoder/win7pro-x64-nocm-lite box running.

@adamb0mb
Copy link

OK. I can't get ferventcoder/win7pro-x64-nocm-lite to successfully start (Host: Mac El Capitan, Vagrant 1.7.4, VirtualBox 5). I'm going to have to go down a different path. If I make any progress, I'll let you know.

@adamb0mb
Copy link

OK. I figured out my issue. You need to explicitly set config.vm.guest = :windows. The way the ferventcoder/Win7 image is setup, you're required to set that parameter anyways... so vagrant-omnibus came along for the ride.

config.omnibus.chef_version = :latest
config.vm.guest = :windows

There is already an issue for the problem: #90.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants