I think the root of your problem is not understanding what the steps do when you are copying and pasting another person's template. You should build your own once with a minimal set of steps to understand how it works and prove out your local environment before you go grabbing complex templates that you don't understand.
>From what I can see you grabbed a template that is setup to publish to Vagrant >Cloud, this requires an account there and I believe requires a subscription if >you aren't hosting the boxes on your own infrastructure. If you have an >account there you should be able to generate a token in your account settings >and pass it on as a `-var` or put it in a JSON file and pass that as a >`-var-file`. If you don't need this functionality you should delete the line under variables referencing Vagrant Cloud and also any section in post processors that contains a reference to that variable. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/hashicorp/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/787584f1-b4cf-46f3-8a80-75393ae108be%40googlegroups.com.
