vagrant/templates/nfs/exports.erb

3 lines
193 B
Plaintext
Raw Normal View History

2010-07-13 05:10:17 +00:00
# VAGRANT-BEGIN: <%= uuid %>
<% folders.each do |name, opts| %><%= opts[:hostpath] %> <%= ip %><% if opts[:map_uid] %> -mapall=<%= opts[:map_uid] %><% end %><% end %>
2010-07-13 05:10:17 +00:00
# VAGRANT-END: <%= uuid %>