mirror of
https://github.com/nikdoof/vsphere-influxdb-go.git
synced 2025-12-20 05:59:21 +00:00
add vendoring with go dep
This commit is contained in:
13
vendor/github.com/vmware/govmomi/scripts/vagrant/vcsa/Vagrantfile
generated
vendored
Normal file
13
vendor/github.com/vmware/govmomi/scripts/vagrant/vcsa/Vagrantfile
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- mode: ruby -*-
|
||||
# vi: set ft=ruby :
|
||||
|
||||
# Using the VCSA base box, no provisioning, inventory will be empty.
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.hostname = "vcsa"
|
||||
|
||||
config.vm.box = "vcsa"
|
||||
config.vm.synced_folder ".", "/vagrant", disabled: true
|
||||
|
||||
config.vm.network "forwarded_port", guest: 443, host: 16443
|
||||
end
|
||||
Reference in New Issue
Block a user