Hiera concatenated lookup from yaml
- by Brian
I am trying to configure the puppet-logstash module via Hiera. When I make the call to hiera('profiles::logstash::config'), the return value is a concatenated string. It tells me that it cannot convert a String into a hash.
shipper.pp
class profiles::logstash::shipper() {
$shipper_config = hiera('profiles::logstash::config')
…