]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stats/recipes/default.rb
Install libgeo-ipfree-perl for awstats
[chef.git] / cookbooks / stats / recipes / default.rb
index 9a977603b7aeaf76cfb1614124169a97b7801eda..a0b81bb40390663ba7dd2825e5979de7419ae318 100644 (file)
@@ -20,6 +20,7 @@
 include_recipe "apache"
 
 package "awstats"
+package "libgeo-ipfree-perl"
 
 node[:stats][:sites].each do |site|
   template "/etc/awstats/awstats.#{site[:name]}.conf" do