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