projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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 -%>