X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8ed258cb682368870b36f0e0d08d5e1906f71473..93462ef55b24b71edbcdbe0f1694f5ae483c6c6c:/cookbooks/nfs/templates/default/exports.erb?ds=inline diff --git a/cookbooks/nfs/templates/default/exports.erb b/cookbooks/nfs/templates/default/exports.erb index 0c2eb6ce7..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) +<% end -%> +/store/planet -sync,subtree_check,rw 146.179.159.168 146.179.159.170