Hello, and thank you so much for all the hard work that has gone into Vagrant. It is an awesome tool.
I find myself killing 90% of the comments in the Vagrantfile produced by `vagrant init` and also usually making the same rote customizations thereafter. I see there is an existing GitHub issue<https://github.com/mitchellh/vagrant/issues/2469> concerning that topic, but my request is less about managing a hierarchy, and more about the actual text in a standalone Vagrantfile. What I propose is that the places where the template path is resolved<https://github.com/mitchellh/vagrant/blob/master/plugins/commands/init/command.rb#L34>against the Vagrant.source_root would be refactored into a mechanism that would first check for $HOME/.vagrant.d/templates/... and if found, use that erb instead of the bundled one, but falling back to the Vagrant.source_root when no override is present. I wanted to reach out to the list to see if that kind of pull-request would be accepted before I did any work on it. Thanks for your time, -- /v\atthew -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
