Renamed vm name with vagrant

ldap
Cédric Bonhomme 2019-04-24 11:27:16 +02:00
parent 8145d61bc7
commit 1157ec40c6
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 1 additions and 1 deletions

2
vagrant/Vagrantfile vendored
View File

@ -53,7 +53,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
#
# # Use VBoxManage to customize the VM. For example to change memory:
vb.customize ["modifyvm", :id, "--memory", "1024"]
vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 18.04 - 1"]
vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 18.04"]
end
#
# View the documentation for the provider you're using for more