]> git.openstreetmap.org Git - chef.git/commitdiff
Install libgeo-ipfree-perl for awstats
authorTom Hughes <tom@compton.nu>
Fri, 12 Jul 2013 10:20:05 +0000 (11:20 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 12 Jul 2013 10:20:05 +0000 (11:20 +0100)
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