Navigation Menu

Skip to content

Commit

Permalink
packages apt: add jessie box
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 28, 2015
1 parent 4005736 commit 19b0f0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/apt/Vagrantfile
Expand Up @@ -14,6 +14,14 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
:id => "debian-wheezy-amd64",
:box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box",
},
{
:id => "debian-jessie-i386",
:box_url => "http://packages.groonga.org/tmp/opscode_debian-8.0-i386_chef-provisionerless.box",
},
{
:id => "debian-jessie-amd64",
:box_url => "http://packages.groonga.org/tmp/opscode_debian-8.0_chef-provisionerless.box",
},
]

vms.each do |vm|
Expand Down

0 comments on commit 19b0f0e

Please sign in to comment.