From ac5c8a4e771355e028017c8345023c80085f79ae Mon Sep 17 00:00:00 2001 From: Vishnu Ram PG Date: Thu, 28 Nov 2019 20:55:44 +0530 Subject: [PATCH] precise64 image getting invalid certifcate error --- demo/vagrant-cluster/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/vagrant-cluster/Vagrantfile b/demo/vagrant-cluster/Vagrantfile index 5586d210b..9c109824a 100644 --- a/demo/vagrant-cluster/Vagrantfile +++ b/demo/vagrant-cluster/Vagrantfile @@ -20,7 +20,7 @@ SCRIPT VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = "hashicorp/precise64" + config.vm.box = "ubuntu/trusty64" config.vm.provision "shell", inline: $script