]> git.openstreetmap.org Git - chef.git/blob - cookbooks/nfs/templates/default/exports.erb
f0f0a76887ed932e5705b03a4d4e2e71f288bda5
[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