Closed Iristyle closed 10 years ago
@Iristyle were you able to get this working with a VM without ssh server service? I seem to need one more line in def to_proc:
global_config.vm.communicator = 'winrm'
Nevermind, I see it's an attribute of vm: https://github.com/adrienthebo/vagrant-config_builder/blob/master/lib/config_builder/model/vm.rb#L156
This adds the winrm attribute to the config_builder, so that the user, password and other settings may be specified in a separate winrm.yaml, when using the WinRM communicator.