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

Add a windows guest example to the sample Vagrantfile #48

Merged
merged 12 commits into from
May 22, 2015

Conversation

tknerr
Copy link
Owner

@tknerr tknerr commented May 19, 2015

The intention is to have a commonly available windows example to test against, e.g. for #47

Since there are no good publicly available baseboxes out there, I used packer to build the boxcutter/eval-win7x86-enterprise basebox:

git clone https://github.com/boxcutter/windows windows-boxes
cd windows-boxes
make virtualbox/eval-win7x86-enterprise
....(might take a while)....
vagrant box add boxcutter/eval-win7x86-enterprise box/virtualbox/eval-win7x86-enterprise-nocm-1.0.4.box

@tknerr tknerr changed the title Add a windows guest example to the sample Vagrantfile [WIP] Add a windows guest example to the sample Vagrantfile May 19, 2015
#
config.vm.define :fake_managed_server do |fms_config|
config.vm.define :fake_managed_linux_server do |fms_config|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, I named these local_linux and managed_linux in my example and it has made it easier for me to tell them apart.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, much better. naming is hard :-)

I'll adapt to your suggestion

@tknerr tknerr changed the title [WIP] Add a windows guest example to the sample Vagrantfile Add a windows guest example to the sample Vagrantfile May 22, 2015
tknerr added a commit that referenced this pull request May 22, 2015
Add a windows guest example to the sample Vagrantfile
@tknerr tknerr merged commit 8f12424 into master May 22, 2015
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