BSD exports template properly takes into effect mapped GID as well

This commit is contained in:
Mitchell Hashimoto 2010-07-15 23:05:04 -07:00
parent 46c462d322
commit f9f59282f4
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# VAGRANT-BEGIN: <%= uuid %>
<% folders.each do |name, opts| %><%= opts[:hostpath] %> <%= ip %><% if opts[:map_uid] %> -mapall=<%= opts[:map_uid] %><% end %><% end %>
<% 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 %>