There is probably something stupid I am missing, but I just can't see
it. I do:
$iptables_open_ports_public = hiera_array ('iptables_open_ports_public', [])
And I have not defined that in the hiera tree, so the default (an empty
array) should be returned. But I get, instead:
"Error 400 on SERVER: Could not find data item
iptables_open_ports_public in any Hiera data file and no default supplied"
Is there any special way to define an empty array as a parameter?
Thanks!
Pablo