Created
June 18, 2014 04:20
-
-
Save chiehwen/37ef1248818cf672848b to your computer and use it in GitHub Desktop.
This is a JSON file that is contain provider key with the provider the box is for. Vagrant uses this to verify the provider of the box.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"provider": "vmware_fusion" // or other alternative providers | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment