Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Add unreleased opscode_ubuntu-13.10_provisionerless.box to Vagrantfil…
Browse files Browse the repository at this point in the history
…e (local testing works with PR chef/bento#96)
  • Loading branch information
bflad committed Nov 4, 2013
1 parent 7d2ed81 commit d5b8c9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ Vagrant.configure("2") do |config|
ubuntu1304.vm.hostname = 'lmctfy-ubuntu-1304'
end

config.vm.define :ubuntu1310 do |ubuntu1310|
ubuntu1310.vm.box = 'opscode-ubuntu-13.10'
ubuntu1310.vm.box_url = 'https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-13.10_provisionerless.box'
ubuntu1310.vm.hostname = 'lmctfy-ubuntu-1310'
end

config.vm.network :private_network, ip: '192.168.50.10'

config.vm.provider "virtualbox" do |v|
Expand Down

0 comments on commit d5b8c9e

Please sign in to comment.