]> git.openstreetmap.org Git - chef.git/blobdiff - roles/crm.rb
Merge remote-tracking branch 'tigerfell/pr257'
[chef.git] / roles / crm.rb
index 28f20e14a3106d283bd24b471f35e45a4ae20b5e..e4e7deb1bcbf27507e95af9760f8a296f2997741 100644 (file)
@@ -2,6 +2,11 @@ name "crm"
 description "Role applied to CRM server"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :stereo => { :status => :administrator }
+    }
+  },
   :exim => {
     :local_domains => ["join.osmfoundation.org"],
     :routes => {
@@ -27,9 +32,7 @@ default_attributes(
   :mysql => {
     :settings => {
       :mysqld => {
-        :innodb_strict_mode => true,
-        :innodb_file_per_table => true,
-        :innodb_file_format => "Barracuda"
+        :log_bin_trust_function_creators => 1
       }
     }
   }