Adds sync commands

This commit is contained in:
Spencer Owen 2017-09-11 09:05:02 -06:00
parent 1594c6b19c
commit 605b3e14e5
1 changed files with 4 additions and 0 deletions

4
Vagrantfile vendored
View File

@ -16,6 +16,10 @@ Vagrant.configure(2) do |config|
config.vm.provider "virtualbox" do |v|
v.memory = 4096
v.customize [ "guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-interval", 10000]
v.customize [ "guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-min-adjust", 100]
v.customize [ "guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-on-restore", 1]
v.customize [ "guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold", 1000]
end
# Enable provisioning with a shell script. Additional provisioners such as