From 5f8654d70ee1f9b21e8d4be8919d0087b07ea4f7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 18 Jun 2017 14:05:25 +0300 Subject: [PATCH] - Use an official Vagrant box for Stretch (https://news.ycombinator.com/item?id=14579825). --- molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule.yml b/molecule.yml index fefcff4..6088714 100644 --- a/molecule.yml +++ b/molecule.yml @@ -29,7 +29,7 @@ vagrant: - name: precise box: hashicorp/precise32 - name: stretch - box: remram/debian-9-i386 + box: koalephant/debian9-i386 - name: jessie box: deb/jessie-i386 - name: wheezy -- GitLab