Skip to content

Commit

Permalink
Update vagrantfile to use Ubuntu 15.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeezley committed Mar 2, 2016
1 parent f5b8492 commit 5b02a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Vagrant.configure("2") do |config|
# merge user config into defults
uv = defaults.merge(uv || {})

config.vm.box = "ubuntu/trusty64"
config.vm.box = "box-cutter/ubuntu1504"
if uv["gui"]
config.vm.box = "box-cutter/ubuntu1404-desktop"
end
Expand Down

0 comments on commit 5b02a93

Please sign in to comment.