]> git.openstreetmap.org Git - chef.git/commitdiff
Change mod_disk_cache to mod_cache_disk
authorTom Hughes <tom@compton.nu>
Tue, 19 Aug 2014 08:48:13 +0000 (09:48 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 19 Aug 2014 08:48:30 +0000 (09:48 +0100)
cookbooks/taginfo/recipes/default.rb

index ad6357eb0c72050c34e0c959abe5e1c2ef5d5bf7..c991fa209d27fcf77807dc5c04d05dc90872052b 100644 (file)
@@ -49,7 +49,7 @@ gem_package "sinatra-r18n"
 gem_package "rack-contrib"
 
 apache_module "cache"
-apache_module "disk_cache"
+apache_module "cache_disk"
 
 template "/etc/cron.d/taginfo" do
   source "cron.erb"