lib/vagrant-invade/template/synced_folder/nfs.erb in vagrant-invade-0.4.8 vs lib/vagrant-invade/template/synced_folder/nfs.erb in vagrant-invade-0.5.0
- old
+ new
@@ -1,5 +1,4 @@
-
<%= 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 %>