]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stats/templates/default/awstats.cron.erb
Drop stats.openstreetmap.org
[chef.git] / cookbooks / stats / templates / default / awstats.cron.erb
diff --git a/cookbooks/stats/templates/default/awstats.cron.erb b/cookbooks/stats/templates/default/awstats.cron.erb
deleted file mode 100644 (file)
index e5bafaf..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# DO NOT EDIT - This file is being maintained by Chef
-
-<% @sites.each_with_index do |site,index| -%>
-0 <%= "%02d" % [ 8 + index * 2 ] %> * * <%= site[:days] %> www-data /usr/bin/nice -n 20 /usr/lib/cgi-bin/awstats.pl -config=<%= site[:name] %> -update > /dev/null
-<% end -%>