From 427e41f83b2b5cb20dd33cf17b170ad177288b1d 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 3456b7a..013e6c7 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