]> git.openstreetmap.org Git - chef.git/blobdiff - roles/crm.rb
Increase replication slots
[chef.git] / roles / crm.rb
index 28f20e14a3106d283bd24b471f35e45a4ae20b5e..5dfa89aaafa2e1d4c6ba49169dcf0b2a2d4964a6 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 => {
@@ -23,15 +28,6 @@ default_attributes(
       }
     },
     :trusted_users => ["www-data"]
-  },
-  :mysql => {
-    :settings => {
-      :mysqld => {
-        :innodb_strict_mode => true,
-        :innodb_file_per_table => true,
-        :innodb_file_format => "Barracuda"
-      }
-    }
   }
 )