vagrant: remove trailing line
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
ffbdf31ac4
commit
a980731bed
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -122,7 +122,7 @@ Vagrant.configure("2") do |config|
|
||||||
}
|
}
|
||||||
|
|
||||||
config.vm.network :private_network, ip: ip
|
config.vm.network :private_network, ip: ip
|
||||||
|
|
||||||
# workaround for Vagrant 1.9.1 and centos vm
|
# workaround for Vagrant 1.9.1 and centos vm
|
||||||
# https://github.com/hashicorp/vagrant/issues/8096
|
# https://github.com/hashicorp/vagrant/issues/8096
|
||||||
if Vagrant::VERSION == "1.9.1" && $os == "centos"
|
if Vagrant::VERSION == "1.9.1" && $os == "centos"
|
||||||
|
|
Loading…
Reference in a new issue