Navigation Menu

Skip to content

Commit

Permalink
packages: use self build box image for a moment
Browse files Browse the repository at this point in the history
Note that this box image is based on jessie rc3,
replace to official box when jessie based box is released from Chef
Software, Inc.
  • Loading branch information
kenhys committed Apr 25, 2015
1 parent d1bfb8e commit cc11b93
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/apt/Vagrantfile
Expand Up @@ -14,9 +14,13 @@ 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 => "https://downloads.sourceforge.net/project/vagrantboxjessie/debian80.box",
:box_url => "http://packages.groonga.org/tmp/opscode_debian-8.0_chef-provisionerless.box",
},
]

Expand Down

0 comments on commit cc11b93

Please sign in to comment.