$max_memory parameter is not a boolean
albsol opened this issue · comments
$max_memory is initially defined as a boolean, with an initial "false" value.
It would have to be initialized with a non bolean value, for example "64".
If puppet-memcached module is used in Foreman (www.theforeman.org) then max_memory is considered a Boolean, only admits True/False values, and this value cannot be changed using a number.