Add domain to Vagrant vm.hostname

This commit is contained in:
Victor LABORIE 2018-10-09 17:40:35 +02:00
parent 2d3b24a735
commit f79e879e15

2
Vagrantfile vendored
View file

@ -24,7 +24,7 @@ ln -s /vagrant/ /home/evoadmin-mail/www
SCRIPT
config.vm.define :packmail do |node|
node.vm.hostname = "evoadmin-mail"
node.vm.hostname = "evoadmin-mail.example.com"
node.vm.box = "evolix/packmail"
node.vm.provision "deps", type: "shell", :inline => $deps