]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mailman/recipes/default.rb
Attempt to fix test failures in mailman cookbook
[chef.git] / cookbooks / mailman / recipes / default.rb
index af6daa14a0612123bc7be9962011c36b826f5245..2525f9c0440cd5aa45420883be2818b2a2304a1f 100644 (file)
@@ -21,7 +21,10 @@ require "securerandom"
 
 include_recipe "apache"
 
-package "mailman"
+package %w[
+  locales-all
+  mailman
+]
 
 subscribe_form_secret = persistent_token("mailman", "subscribe_form_secret")