Quantcast
Channel: Ask Puppet: Puppet DevOps Q&A Community - RSS feed
Viewing all articles
Browse latest Browse all 75

Value from hiera nested hash in erb template

$
0
0
Hi there, I have the following: --- foo: bar01: someval: foovalue bar02: someval: barvalue Now, I want to request the value of "foo::bar01::someval" and put it in a puppet erb template. eg. The first value is: <%= hiera(foo::bar01::someval) %>. I just have no idea what the actual syntax is... Can anyone help? Aaron.

Viewing all articles
Browse latest Browse all 75

Trending Articles