Kouhei Sutou
null+****@clear*****
Mon Jun 1 00:20:11 JST 2015
Kouhei Sutou 2015-06-01 00:20:11 +0900 (Mon, 01 Jun 2015) New Revision: 4967706eb90c9bb7ff8b3118f087f89923707264 https://github.com/groonga/packages.groonga.org/commit/4967706eb90c9bb7ff8b3118f087f89923707264 Message: Ubuntu box for 15.04 doesn't exist... Modified files: Vagrantfile Modified: Vagrantfile (+2 -2) =================================================================== --- Vagrantfile 2015-06-01 00:19:20 +0900 (764e8c8) +++ Vagrantfile 2015-06-01 00:20:11 +0900 (5522d5b) @@ -7,8 +7,8 @@ VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| name = "packages.groonga.org" config.vm.define(name) do |node| - node.vm.box = "ubuntu-15.04-x86_64" - node.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-15.04_chef-provisionerless.box" + node.vm.box = "ubuntu-14.10-x86_64" + node.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.10_chef-provisionerless.box" node.vm.provision :ansible do |ansible| ansible.playbook = "ansible/playbook.yml" ansible.groups = { -------------- next part -------------- HTML����������������������������...Download