Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/203004

Change subject: Revert "Fix puppet-lint failure quoted_booleans"
......................................................................

Revert "Fix puppet-lint failure quoted_booleans"

Unfortunately it does not do what is expected:
-innodb_file_per_table = true
+innodb_file_per_table


This reverts commit 2dee73bd4cf7103acd7833d0c925d5a837092e0d.

Change-Id: I9cc763d09936d869856bcf3f6048879e316abab5
---
M puppet/modules/mariadb/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/04/203004/1

diff --git a/puppet/modules/mariadb/manifests/init.pp 
b/puppet/modules/mariadb/manifests/init.pp
index 9edc401..9b056bb 100644
--- a/puppet/modules/mariadb/manifests/init.pp
+++ b/puppet/modules/mariadb/manifests/init.pp
@@ -7,7 +7,7 @@
         character-set-server            => 'utf8',
         innodb_additional_mem_pool_size => '400M',
         innodb_buffer_pool_size         => '6G',
-        innodb_file_per_table           => true,
+        innodb_file_per_table           => 'true',
         innodb_log_file_size            => '500M',
         key_buffer_size                 => '64M',
         log_slow_queries                => '/var/log/mysql/mysql-slow.log',

-- 
To view, visit https://gerrit.wikimedia.org/r/203004
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9cc763d09936d869856bcf3f6048879e316abab5
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to