lib/kitchen/driver/vagrant.rb in kitchen-vagrant-0.17.0.beta.3 vs lib/kitchen/driver/vagrant.rb in kitchen-vagrant-0.17.0.beta.4

- old
+ new

@@ -355,9 +355,10 @@ state[:port] = hash["Port"] state[:username] = hash["User"] state[:password] = hash["Password"] if hash["Password"] state[:ssh_key] = hash["IdentityFile"] if hash["IdentityFile"] state[:proxy_command] = hash["ProxyCommand"] if hash["ProxyCommand"] + state[:rdp_port] = hash["RDPPort"] if hash["RDPPort"] end # @return [String] full local path to the directory containing the # instance's Vagrantfile # @api private