Skip to content

Commit

Permalink
Update vagrant up to use Golang 1.5 and Wine (closes #34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Nov 4, 2015
1 parent 4797236 commit 938816e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Vagrant.configure("2") do |config|

config.vm.box = "ubuntu/trusty64"
config.vm.hostname = "sql-runner"
config.ssh.forward_agent = true

config.vm.provider :virtualbox do |vb|
Expand Down
1 change: 1 addition & 0 deletions vagrant/up.playbooks
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
oss-playbooks/golang.yml
oss-playbooks/postgres.yml
oss-playbooks/wine.yml

0 comments on commit 938816e

Please sign in to comment.