]> git.openstreetmap.org Git - chef.git/blob - cookbooks/stats/templates/default/awstats.cron.erb
Bring stats.openstreetmap.org under chef control
[chef.git] / cookbooks / stats / templates / default / awstats.cron.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 <% @sites.each_with_index do |site,index| -%>
4 0 <%= "%02d" % [ 8 + index * 2 ] %> * * * www-data /usr/lib/cgi-bin/awstats.pl -config=<%= site[:name] %> -update > /dev/null
5 <% end -%>