]> git.openstreetmap.org Git - chef.git/blob - cookbooks/nfs/templates/default/exports.erb
Sort NFS exports into a determinisic order
[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 <%= directory -%> -sync,subtree_check<% clients.sort.each do |address,options| -%> <%= address -%>(<%= options -%>)<% end %>
5 <% end -%>
6 /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)