vaguerent/templates/nfs/exports.erb
2011-02-08 21:14:20 -08:00

6 lines
235 B
Plaintext

# VAGRANT-BEGIN: <%= uuid %>
<% folders.each do |name, opts| %>
"<%= opts[:hostpath] %>" <%= ip %><% if opts[:map_uid] -%> -mapall=<%= [opts[:map_uid],opts[:map_gid]].compact.join(":") %><% end -%>
<% end %>
# VAGRANT-END: <%= uuid %>