]> git.openstreetmap.org Git - chef.git/commitdiff
Drop mysql settings which just mirror the defaults
authorTom Hughes <tom@compton.nu>
Tue, 4 Aug 2020 20:47:10 +0000 (21:47 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 4 Aug 2020 20:47:10 +0000 (21:47 +0100)
roles/crm.rb

index 7e255307baad6f9018191697b75181d0e9d918f4..5dfa89aaafa2e1d4c6ba49169dcf0b2a2d4964a6 100644 (file)
@@ -28,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"
-      }
-    }
   }
 )