dmangot / Mastering-DevOps

Code samples, etc. for Mastering DevOps (Packt Publishing)
Apache License 2.0
20 stars 31 forks source link

vagrant up error - Vagrant: *Unknown configuration section 'vbquest' #1

Closed neighborino closed 7 years ago

neighborino commented 7 years ago

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"