vagrant/templates/nfs/exports_linux.erb

3 lines
287 B
Plaintext
Raw Normal View History

2010-07-17 16:09:06 +00:00
# VAGRANT-BEGIN: <%= uuid %>
<% folders.each do |name, opts| %><%= opts[:hostpath] %> <%= ip %>(rw,no_subtree_check,all_squash<% if opts[:map_uid] %>,anonuid=<%= opts[:map_uid] %><% end %><% if opts[:map_gid] %>,anongid=<%= opts[:map_gid] %><% end %>)<% end %>
2010-07-17 16:09:06 +00:00
# VAGRANT-END: <%= uuid %>