Hello,
You can have:
- Global Vagrantfile
- Box/Template Vagrantfile
- Project Vagrantfile
when you do vagrant <command>, Vagrant read all of those, can generate
what will be all the action list.
Think ~/.vagrant.d as the global Vagrantfile. useful if you want some
configuration to be in ALL the boxes you want to create
Then, there is a vagrantfile in the
~/.vagrant.d/boxes/<box/version>/include that is a Vagrantfile with
extra bits you want to have when you distribute a box
Plus, the my_project/Vagrantfile is where you have your very own customizations
Let me know if this make sense and helps to clarify.
Alvaro.
> --
> 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
vagrant-up+...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.