Fix a geninue potential issue, a non-quoted string.
This commit is contained in:
parent
4d3f73b550
commit
4e6073de92
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class mysql::params {
|
||||||
$query_cache_limit = '1M'
|
$query_cache_limit = '1M'
|
||||||
$query_cache_size = '16M'
|
$query_cache_size = '16M'
|
||||||
$expire_logs_days = 10
|
$expire_logs_days = 10
|
||||||
$max_binlog_size = 100M
|
$max_binlog_size = '100M'
|
||||||
|
|
||||||
case $::operatingsystem {
|
case $::operatingsystem {
|
||||||
'Ubuntu': {
|
'Ubuntu': {
|
||||||
|
|
Loading…
Reference in a new issue