-
Notifications
You must be signed in to change notification settings - Fork 31
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
Windows hosts don't respect hostnames for certnames #51
Comments
This is because the windows installer capability only respects machine.name (https://github.com/adrienthebo/vagrant-pe_build/blob/master/lib/pe_build/cap/run_install/windows.rb); it should prefer config.vm.hostname and fall back to machine.name. |
|
Wow this is ancient and I'm cleaning up so I'll close this. Feel free to open it again. |
Because Windows hosts don't use the answer file I can make the certname be a fqdn without making the Vagrant name a fqdn which is a pain.
I'm trying to move the SE demo environment to a more realistic world with FQDNs. It would be great if the hostame in the vms.yaml could be used on Windows if it existed (otherwise default to machine name).
The text was updated successfully, but these errors were encountered: