]> git.openstreetmap.org Git - chef.git/blobdiff - roles/crm.rb
Ignore some unconnected IPMI fan sensors
[chef.git] / 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"
-      }
-    }
   }
 )