Skip to content

Commit e73d5b3

Browse files
committed
this should not work
1 parent 0ff6a1b commit e73d5b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/acceptance/00_mysql_server_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ class { 'mysql::server':
6060
class { '::mysql::server':
6161
override_options => {
6262
'mysqld' => {
63-
'log-bin' => '/var/log/mariadb/mariadb-bin.log',}
63+
'log-bin' => '/var/log/mariadb/mariadb-bin.log',},
64+
'LANG' => 'C',
65+
'LC_ALL' => 'C'
6466
}
6567
}
6668
MANIFEST

0 commit comments

Comments
 (0)