From 334af70cc699e003ca77b0ddacb87824517b9469 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 8 Nov 2015 14:26:52 +0200 Subject: [PATCH] Replace Debian testing base box to remram/debian-9-amd64. --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 3d623d6..8640dd2 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -24,7 +24,7 @@ Vagrant.configure(2) do |config| config.vm.define "kodi" do |kodi| kodi.vm.hostname = "kodi.Ansible.vagrant" - kodi.vm.box = "fujimakishouten/debian-9-testing-virtualbox" + kodi.vm.box = "remram/debian-9-amd64" # TODO: Find the correct syntax for a single command. #kodi.vm.provider("virtualbox"), gui: true kodi.vm.provider "virtualbox" do |vb| @@ -34,7 +34,7 @@ Vagrant.configure(2) do |config| config.vm.define "nspawn" do |nspawn| nspawn.vm.hostname = "nspawn.Ansible.vagrant" - nspawn.vm.box = "fujimakishouten/debian-9-testing-virtualbox" + nspawn.vm.box = "remram/debian-9-amd64" end config.vm.define "cgit" do |cgit| -- GitLab