-
Notifications
You must be signed in to change notification settings - Fork 30
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
Conversation
…vagrant-managed-servers into chrisbaldauf-smb_synced_folders
# | ||
config.vm.define :fake_managed_server do |fms_config| | ||
config.vm.define :fake_managed_linux_server do |fms_config| |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
Add a windows guest example to the sample Vagrantfile
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: