X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4b84fc36b50bdf2cb175c5f5bfffe94aab6d38c2..93462ef55b24b71edbcdbe0f1694f5ae483c6c6c:/cookbooks/nfs/templates/default/exports.erb diff --git a/cookbooks/nfs/templates/default/exports.erb b/cookbooks/nfs/templates/default/exports.erb index b136b8370..f0f0a7688 100644 --- a/cookbooks/nfs/templates/default/exports.erb +++ b/cookbooks/nfs/templates/default/exports.erb @@ -1,6 +1,8 @@ # DO NOT EDIT - This file is being maintained by Chef <% @exports.sort.each do |directory,clients| -%> -<%= directory -%> -sync,subtree_check<% clients.sort.each do |address,options| -%> <%= address -%>(<%= options -%>)<% end %> +<% clients.sort.each do |address,options| -%> +<%= directory -%> -sync,subtree_check,<%= options %> <%= address %> <% end -%> -/store/planet -sync,subtree_check 146.179.159.168(rw) 146.179.159.170(rw) 128.40.168.104(ro) 128.40.168.103(ro) 128.40.168.100(ro) +<% end -%> +/store/planet -sync,subtree_check,rw 146.179.159.168 146.179.159.170