Skip to content

Commit

Permalink
Add Samba share support to homestead on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eduacostam committed Feb 17, 2016
1 parent 705449c commit 25f6b98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/homestead.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def Homestead.configure(config, settings)

if (folder["type"] == "nfs")
mount_opts = folder["mount_options"] ? folder["mount_options"] : ['actimeo=1']
elsif (folder["type"] == "smb")
mount_opts = folder["mount_options"] ? folder["mount_options"] : ['vers=3.02', 'mfsymlinks']
end

# For b/w compatibility keep separate 'mount_opts', but merge with options
Expand Down

0 comments on commit 25f6b98

Please sign in to comment.