I was following along with the Mastering DevOps course on Safari Online and I ran into an issue following along in Section 5 Video2 ("Your First Test Environment")
I'm using Windows 10, running commands from Powershell. After running "vagrant up" I got this error: "There are errors in the configuration of this machine. ... Vagrant: *Unknown configuration section 'vbquest'."
After doing some digging, I found running this fixed the issue: "vagrant plugin install vagrant-vbguest"
I was following along with the Mastering DevOps course on Safari Online and I ran into an issue following along in Section 5 Video2 ("Your First Test Environment")
I'm using Windows 10, running commands from Powershell. After running "vagrant up" I got this error: "There are errors in the configuration of this machine. ... Vagrant: *Unknown configuration section 'vbquest'."
After doing some digging, I found running this fixed the issue: "vagrant plugin install vagrant-vbguest"