Skip to content

Instantly share code, notes, and snippets.

@kpb
Last active January 31, 2021 15:59
Show Gist options
  • Save kpb/c2b610edc7508309a05e4916a0abd342 to your computer and use it in GitHub Desktop.
Save kpb/c2b610edc7508309a05e4916a0abd342 to your computer and use it in GitHub Desktop.
Vagrant Malarkey

Install Guest Additions in Centos7/8 boxes

After watching this fail over and over, these vbguest plugin args did the trick:

$ vagrant vbguest --do install --no-cleanup

Reference an Included File from an Included Vagrant File

From hashicorp/vagrant#4364

File.join(File.expand_path(File.dirname(__FILE__)), "provision.sh")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment