Skip to content
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.

Commit

Permalink
add ubuntu-12.04 box
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamont Granquist committed Jun 6, 2012
1 parent 8297def commit 3e33165
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Vagrant::Config.run do |config|
c.vm.box_url = "http://opscode-vm.s3.amazonaws.com/vagrant/boxes/opscode-ubuntu-11.04.box"
end

config.vm.define 'ubuntu-12.04' do |c|
c.vm.box = "opscode-ubuntu-12.04"
c.vm.box_url = "http://opscode-vm.s3.amazonaws.com/vagrant/boxes/opscode-ubuntu-12.04.box"
end

config.vm.define 'centos-5.5' do |c|
c.vm.box = "opscode-centos-5.5"
c.vm.box_url = "http://opscode-vm.s3.amazonaws.com/vagrant/boxes/opscode-centos-5.5.box"
Expand Down

0 comments on commit 3e33165

Please sign in to comment.