Skip to content

Commit

Permalink
Using older OS's for compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed May 1, 2014
1 parent b57a3ea commit 5eaf700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
end

config.vm.define "default" do |n1|
n1.vm.box = "hashicorp/precise64"
config.vm.define "64bit" do |n1|
n1.vm.box = "chef/ubuntu-10.04"
end
config.vm.define "32bit" do |n2|
n2.vm.box = "chef/ubuntu-12.04-i386"
n2.vm.box = "chef/ubuntu-10.04-i386"
end
end

0 comments on commit 5eaf700

Please sign in to comment.