hashicorp / packer-plugin-vagrant

Packer plugin for Vagrant
https://packer.io
Mozilla Public License 2.0
13 stars 24 forks source link

Missing link in docs for the `template` parameter #92

Closed aucampia closed 4 months ago

aucampia commented 1 year ago

It seems like "here" on like 48 below should be a hyperlink, but it is not:

https://github.com/hashicorp/packer-plugin-vagrant/blob/f21234ffae9cc7ead0d385b9af8443304ede341d/docs-partials/builder/vagrant/Config-not-required.mdx?plain=1#L47-L50

I would help fix it, but it is not clear what it should point to.

It should possibly be this: https://github.com/hashicorp/packer-plugin-vagrant/blob/f21234ffae9cc7ead0d385b9af8443304ede341d/post-processor/vagrant/virtualbox.go#L178-L181

aucampia commented 1 year ago

Actually after further investigation, I think the default template is:

https://github.com/hashicorp/packer-plugin-vagrant/blob/2f25ae2c1bbdadf6f3385fc9683e25e7edb966b3/builder/vagrant/step_create_vagrantfile.go#L28-L43

VishnuJin commented 5 months ago

may be a duplicate of #20