]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nfs/templates/default/exports.erb
Remove unused export of planet files to UCL hosts
[chef.git] / cookbooks / nfs / templates / default / exports.erb
index ba812c7c6afa7f191fab894d2903cdaacefee0ad..0c2eb6ce7e335d72c141beab89b2d60766cf0d80 100644 (file)
@@ -1,6 +1,6 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
-<% @exports.each do |directory,clients| -%>
-<%= directory -%> -sync,subtree_check<% clients.each do |address,options| -%> <%= address -%>(<%= options -%>)<% end %>
+<% @exports.sort.each do |directory,clients| -%>
+<%= directory -%> -sync,subtree_check<% clients.sort.each do |address,options| -%> <%= address -%>(<%= options -%>)<% end %>
 <% 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)
+/store/planet -sync,subtree_check 146.179.159.168(rw) 146.179.159.170(rw)