Created
August 1, 2013 15:18
-
-
Save bascht/6132340 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Everything is fine until I add the line | |
| # "post-processors": [ "vagrant" ] | |
| packer validate template.json | |
| Template validation failed. Errors are shown below. | |
| Errors validating build 'virtualbox'. 1 error(s) occurred: | |
| * Failed creating VirtualBox driver: exec: "VBoxManage": executable file not found in $PATH | |
| Errors validating build 'vmware'. gob: local interface type *interface {} can only be decoded from remote interface type; received concrete type []interface |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment