X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c6d8d8bbd34d2a5f950314bcdb8e822ccee2f206..9a44b9d826f560fef64b54924313e8e8b589ef5a:/roles/crm.rb?ds=sidebyside diff --git a/roles/crm.rb b/roles/crm.rb index 44b521cba..28f20e14a 100644 --- a/roles/crm.rb +++ b/roles/crm.rb @@ -23,6 +23,15 @@ default_attributes( } }, :trusted_users => ["www-data"] + }, + :mysql => { + :settings => { + :mysqld => { + :innodb_strict_mode => true, + :innodb_file_per_table => true, + :innodb_file_format => "Barracuda" + } + } } )