]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/recipes/default.rb
Use empty hash fallback when loading state file in replicate-changesets
[chef.git] / cookbooks / apache / recipes / default.rb
index d1a0aac1dd45c70e56a30b071c64ebcfde31b864..cade29d319641a4f5f18bdb628c28fa8ae791ff4 100644 (file)
@@ -24,6 +24,7 @@ include_recipe "ssl"
 package %w[
   apache2
   libwww-perl
+  logrotate
 ]
 
 %w[event itk prefork worker].each do |mpm|