]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mailman/recipes/default.rb
Update carto stylesheet to v2.45.0
[chef.git] / cookbooks / mailman / recipes / default.rb
index ac0ba6c8f318a78f34829db1e1954d9d1b9cf731..7dab375eb56feac05eb98b7e0cf8434c92cf7b39 100644 (file)
@@ -23,7 +23,7 @@ include_recipe "apache::ssl"
 
 package "mailman"
 
-node.set_unless[:mailman][:subscribe_form_secret] = SecureRandom.base64(48)
+node.normal_unless[:mailman][:subscribe_form_secret] = SecureRandom.base64(48)
 
 template "/etc/mailman/mm_cfg.py" do
   source "mm_cfg.py.erb"