]> git.openstreetmap.org Git - chef.git/blobdiff - roles/crm.rb
Increase the passenger pool size for taginfo servers
[chef.git] / roles / crm.rb
index ec471523233b96effcf9b3e904b3ff2bd229ce02..28f20e14a3106d283bd24b471f35e45a4ae20b5e 100644 (file)
@@ -3,24 +3,34 @@ description "Role applied to CRM server"
 
 default_attributes(
   :exim => {
-    :local_domains => ["crm.osmfoundation.org"],
+    :local_domains => ["join.osmfoundation.org"],
     :routes => {
-      :crm_return => {
-        :comment => "return@crm.osmfoundation.org",
-        :domains => ["crm.osmfoundation.org"],
+      :join_return => {
+        :comment => "return@join.osmfoundation.org",
+        :domains => ["join.osmfoundation.org"],
         :local_parts => ["return"],
         :maildir => "/var/mail/crm-return",
         :user => "www-data",
         :group => "mail"
       },
-      :crm_mail => {
-        :comment => "mail@crm.osmfoundation.org",
-        :domains => ["crm.osmfoundation.org"],
+      :join_mail => {
+        :comment => "mail@join.osmfoundation.org",
+        :domains => ["join.osmfoundation.org"],
         :local_parts => ["mail"],
         :maildir => "/var/mail/crm-mail",
         :user => "www-data",
         :group => "mail"
       }
+    },
+    :trusted_users => ["www-data"]
+  },
+  :mysql => {
+    :settings => {
+      :mysqld => {
+        :innodb_strict_mode => true,
+        :innodb_file_per_table => true,
+        :innodb_file_format => "Barracuda"
+      }
     }
   }
 )