]> git.openstreetmap.org Git - chef.git/commitdiff
Attempt to fix test failures in mailman cookbook
authorTom Hughes <tom@compton.nu>
Wed, 23 Sep 2020 20:47:26 +0000 (21:47 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 23 Sep 2020 20:47:26 +0000 (21:47 +0100)
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")