Fix a geninue potential issue, a non-quoted string.

This commit is contained in:
Ashley Penney 2013-07-09 23:12:14 -04:00
parent 4d3f73b550
commit 4e6073de92

View file

@ -33,7 +33,7 @@ class mysql::params {
$query_cache_limit = '1M'
$query_cache_size = '16M'
$expire_logs_days = 10
$max_binlog_size = 100M
$max_binlog_size = '100M'
case $::operatingsystem {
'Ubuntu': {