]> git.openstreetmap.org Git - chef.git/commitdiff
Allow CiviCRM to set envelope sender addresses
authorTom Hughes <tom@compton.nu>
Wed, 4 Nov 2015 09:08:21 +0000 (09:08 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 4 Nov 2015 09:08:47 +0000 (09:08 +0000)
roles/crm.rb

index b5675b0dee26771d00dbd42dffb514a4a2f7f518..44b521cbacc2296c9780eeec7bb1c52345ec7732 100644 (file)
@@ -21,7 +21,8 @@ default_attributes(
         :user => "www-data",
         :group => "mail"
       }
         :user => "www-data",
         :group => "mail"
       }
-    }
+    },
+    :trusted_users => ["www-data"]
   }
 )
 
   }
 )