]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/taginfo/templates/default/cron.erb
Switch taginfo to use planet::current
[chef.git] / cookbooks / taginfo / templates / default / cron.erb
diff --git a/cookbooks/taginfo/templates/default/cron.erb b/cookbooks/taginfo/templates/default/cron.erb
deleted file mode 100644 (file)
index 625dfbe..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# DO NOT EDIT - This file is being maintained by Chef
-
-<% node[:taginfo][:sites].each do |site| -%>
-<% if site[:directory] -%>
-17 1 * * * taginfo <%= site[:directory] %>/bin/update
-<% else -%>
-17 1 * * * taginfo /srv/<%= site[:name] %>/bin/update
-<% end -%>
-<% end -%>