Vagrant: could not open base file

0

Good people, I'm new using Vagrant. Install vagrant version 1.9.1. , create an image of precise32.box using the following tutorial When I run the vagrant up command, I get the following error.

  

could not open base file

Since I would appreciate any help. !!

Greetings.

    
asked by Mauro Suarez 24.02.2017 в 18:53
source

1 answer

0

The tutorial that you followed has two errors, you must modify the base image and correct the word provsion for provision, in the Vagrantfile those two lines are as follows:

 config.vm.box = "precise32"
 config.vm.provision "shell", path: "bootstrap.sh"
    
answered by 16.06.2017 в 21:06