]> git.openstreetmap.org Git - chef.git/blobdiff - roles/crm.rb
Enable netplan for NZ tile caches
[chef.git] / roles / crm.rb
index 44b521cbacc2296c9780eeec7bb1c52345ec7732..7e255307baad6f9018191697b75181d0e9d918f4 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,6 +28,15 @@ default_attributes(
       }
     },
     :trusted_users => ["www-data"]
+  },
+  :mysql => {
+    :settings => {
+      :mysqld => {
+        :innodb_strict_mode => true,
+        :innodb_file_per_table => true,
+        :innodb_file_format => "Barracuda"
+      }
+    }
   }
 )