mirror of
https://github.com/jon4hz/proxmox-ve.git
synced 2025-12-19 23:15:41 +01:00
fix: use rsync for syned folder
This commit is contained in:
1
example/Vagrantfile
vendored
1
example/Vagrantfile
vendored
@@ -15,6 +15,7 @@ Vagrant.configure('2') do |config|
|
||||
lv.nested = true
|
||||
lv.keymap = 'ch'
|
||||
lv.machine_virtual_size = VM_ROOT_DISK_SIZE_GB
|
||||
config.vm.synced_folder '.', '/vagrant', type: 'rsync'
|
||||
end
|
||||
ip = '10.10.10.2'
|
||||
config.vm.network :private_network,
|
||||
|
||||
Reference in New Issue
Block a user