]> git.openstreetmap.org Git - chef.git/blob - cookbooks/taginfo/templates/default/taginfo-update.erb
Switch taginfo to use planet::current
[chef.git] / cookbooks / taginfo / templates / default / taginfo-update.erb
1 #!/bin/sh
2
3 # DO NOT EDIT - This file is being maintained by Chef
4
5 <% @sites.each do |site| -%>
6 <% if site[:directory] -%>
7 <%= site[:directory] %>/bin/update
8 <% else -%>
9 /srv/<%= site[:name] %>/bin/update
10 <% end -%>
11 <% end -%>