]> git.openstreetmap.org Git - chef.git/commitdiff
Enable log_bin_trust_function_creators for civicrm
authorTom Hughes <tom@compton.nu>
Thu, 28 Jul 2022 23:03:16 +0000 (00:03 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 28 Jul 2022 23:03:16 +0000 (00:03 +0100)
roles/crm.rb

index 5dfa89aaafa2e1d4c6ba49169dcf0b2a2d4964a6..e4e7deb1bcbf27507e95af9760f8a296f2997741 100644 (file)
@@ -28,6 +28,13 @@ default_attributes(
       }
     },
     :trusted_users => ["www-data"]
+  },
+  :mysql => {
+    :settings => {
+      :mysqld => {
+        :log_bin_trust_function_creators => 1
+      }
+    }
   }
 )