Right now I have a line:
config.vm.box = "hashicorp/precise32" Is there a way to make this always pull the most recent Ubuntu (or other flavor) of a box? ie, just get whatever is newest without having to name it explicitly: config.vm.box = "hashicorp/newest_ubuntu" -- 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/d/optout.
