lib/vagrant-invade/template/synced_folder/nfs.erb in vagrant-invade-0.4.4 vs lib/vagrant-invade/template/synced_folder/nfs.erb in vagrant-invade-0.4.5

- old
+ new

@@ -1,5 +1,6 @@ - <%= machine_name %>.vm.synced_folder '<%= source %>', '<%= path %>', + + <%= machine_name %>.vm.synced_folder '<%= source %>', '<%= path %>', type: 'nfs'<% if mount_options %>, mount_options: <%= mount_options %><% end %><% if enabled %>, disabled: true<% end %> <% if uid %> <%= machine_name %>.nfs.map_uid = <%= uid %> <% else %> <%= machine_name %>.nfs.map_uid = Process.uid