]> git.openstreetmap.org Git - chef.git/blobdiff - roles/crm.rb
Enable CSP in report only mode for the main web site
[chef.git] / roles / crm.rb
index b5675b0dee26771d00dbd42dffb514a4a2f7f518..28f20e14a3106d283bd24b471f35e45a4ae20b5e 100644 (file)
@@ -21,6 +21,16 @@ default_attributes(
         :user => "www-data",
         :group => "mail"
       }
+    },
+    :trusted_users => ["www-data"]
+  },
+  :mysql => {
+    :settings => {
+      :mysqld => {
+        :innodb_strict_mode => true,
+        :innodb_file_per_table => true,
+        :innodb_file_format => "Barracuda"
+      }
     }
   }
 )