Signed-off-by: David Manouchehri <david.manouchehri@riseup.net>
This commit is contained in:
David Manouchehri 2017-12-04 13:54:10 -05:00
parent bc43735543
commit e9bc7353e6
No known key found for this signature in database
GPG Key ID: 44AE189680F871D2

View File

@ -5,6 +5,9 @@
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-16.04"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.synced_folder "../", "/vagrant"
config.vm.provision "shell", inline: <<-SHELL
snap install --classic go
SHELL