vb.name = vm_name + "." + Time.now.strftime("%y%m%d%H%M")
--
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.
Great information Alvaro! Thanks a lot. I assumed I couldn't use the time function in the machine name as it would mean it would have a different name when I next tried to do a vagrant halt but indeed your suggestion works perfectly and certainly meets my needs. Minor update for anyone else reading this; when specifying a group name it seemed to me that I needed to precede the group name with a '/', ie
vb.customize ["modifyvm", :id, "--groups", "/vagrant"]
Thanks a bundle!
You received this message because you are subscribed to a topic in the Google Groups "Vagrant" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vagrant-up/Dgq8xLS1DXs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vagrant-up+...@googlegroups.com.