]> git.openstreetmap.org Git - chef.git/blob - cookbooks/stats/templates/default/awstats.cron.erb
5d081e61994ff64ca8767ba64ccfc7b9c4fbd803
[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 ] %> * * <%= site[:days] %> www-data /usr/lib/cgi-bin/awstats.pl -config=<%= site[:name] %> -update > /dev/null
5 <% end -%>