Vagrantfile: Fix small regression
This commit is contained in:
parent
b6c75a848c
commit
e210504ca8
1 changed files with 3 additions and 0 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
|
@ -20,6 +20,9 @@ Vagrant.configure("2") do |config|
|
||||||
vb.cpus = 2
|
vb.cpus = 2
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# reboot the vm after vbguest installation
|
||||||
|
config.vbguest.auto_reboot=true
|
||||||
|
|
||||||
# tell the user where things are.
|
# tell the user where things are.
|
||||||
config.vm.post_up_message = "Ready to distil and make WissKIs. Scripts can be found in /distillery/. "
|
config.vm.post_up_message = "Ready to distil and make WissKIs. Scripts can be found in /distillery/. "
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue