On 01/16/2014 05:47 PM, paul.le...@complex.com wrote:
I have been trying to create a three level hash to dump into a template,
but the deepest layer of the hash seems to not work.
My hash:
$clusters = {
'Default' => {
'127.0.0.1:11211' => {
'hostname' => '127.0.0.1',
I have been trying to create a three level hash to dump into a template,
but the deepest layer of the hash seems to not work.
My hash:
$clusters = {
'Default' => {
'127.0.0.1:11211' => {
'hostname' => '127.0.0.1',
'port' => '11211'
},
},
}
My ERB template