templates/winrm_config/config.erb in vagrant-winrm-0.6.0 vs templates/winrm_config/config.erb in vagrant-winrm-0.7.0
- old
+ new
@@ -1,5 +1,6 @@
Host <%= host_key %>
HostName <%= winrm_host %>
Port <%= winrm_port %>
User <%= winrm_user %>
- Password <%= winrm_password %>
\ No newline at end of file
+ Password <%= winrm_password %>
+ RDPPort <%= rdp_port %>