Skip to content

Commit

Permalink
Merge pull request #117 from criteo/default_hostname
Browse files Browse the repository at this point in the history
Default hostname using FQDN make vagrant fail with windows guest
  • Loading branch information
sethvargo committed Nov 10, 2014
2 parents b4ee172 + 0d28465 commit 1944ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen/driver/vagrant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Vagrant < Kitchen::Driver::SSHBase
ENV.fetch('VAGRANT_DEFAULT_PROVIDER', "virtualbox")

default_config :vm_hostname do |driver|
"#{driver.instance.name}.vagrantup.com"
driver.instance.name
end

default_config :box do |driver|
Expand Down

0 comments on commit 1944ead

Please sign in to comment.