Vagrantfile: explicitly specify rsync as the shared folder driver
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
		
							
								
								
									
										2
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							| @@ -34,6 +34,8 @@ Vagrant.configure("2") do |config| | |||||||
|     v.machine_virtual_size = disk_size |     v.machine_virtual_size = disk_size | ||||||
|   end |   end | ||||||
|  |  | ||||||
|  |   config.vm.synced_folder ".", "/vagrant", type: "rsync" | ||||||
|  |  | ||||||
|   config.vm.provision 'shell', path: 'script/resize-vagrant-root.sh' |   config.vm.provision 'shell', path: 'script/resize-vagrant-root.sh' | ||||||
|  |  | ||||||
|   # Disabled by default. To run: |   # Disabled by default. To run: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Akihiro Suda
					Akihiro Suda