]> git.openstreetmap.org Git - chef.git/blob - cookbooks/nfs/templates/default/exports.erb
Avoid relying on per-host options in NFS export files
[chef.git] / cookbooks / nfs / templates / default / exports.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 <% @exports.sort.each do |directory,clients| -%>
4 <% clients.sort.each do |address,options| -%>
5 <%= directory -%> -sync,subtree_check,<%= options %> <%= address %>
6 <% end -%>
7 <% end -%>
8 /store/planet -sync,subtree_check,rw 146.179.159.168 146.179.159.170