Re: [Puppet Users] Unexpected behavior when using variable interpolation on a subkey in hiera

2016-06-13 Thread Aaron Russo
Hi Henrik, I traced down the issue, and it's actually not hiera. The problem is actually the version of hiera-eyaml backend we are running. Updating from 2.0.0 -> 2.1.0 appears to resolve the issue. Thanks for your help, Aaron Russo Platforms and Infrastructure UC Berkeley, IST On Mon, Jun 13,

Re: [Puppet Users] Unexpected behavior when using variable interpolation on a subkey in hiera

2016-06-13 Thread Aaron Russo
Hi Henrik, Yes, hiera_hash is doing it as well. That's what led me down the road to debugging directly with Hiera. Aaron Russo Platforms and Infrastructure UC Berkeley, IST On Fri, Jun 10, 2016 at 6:37 PM, Henrik Lindberg wrote: > On 10/06/16 20:14,

Re: [Puppet Users] Unexpected behavior when using variable interpolation on a subkey in hiera

2016-06-10 Thread Henrik Lindberg
On 10/06/16 20:14, aru...@berkeley.edu wrote: Yikes. When I originally posted I cleaned up identifiable and I took away too much. I actually was passing everything through like I should. Since I deleted my test data from the original post, Here's the hiera data I am having trouble with:

Re: [Puppet Users] Unexpected behavior when using variable interpolation on a subkey in hiera

2016-06-10 Thread arusso
Yikes. When I originally posted I cleaned up identifiable and I took away too much. I actually was passing everything through like I should. Since I deleted my test data from the original post, Here's the hiera data I am having trouble with: ucb::mail::senders: "@%{::clientcert}": relay:

RE: [Puppet Users] Unexpected behavior when using variable interpolation on a subkey in hiera

2016-06-10 Thread Johan De Wit
Hi, running hiera from the command line, you have to provide the variables you use yourself like  hiera somekey clientcert=node.example.net Here is some reading https://puppet.com/blog/debugging-hiera  hth Johan -Original message- From: aru...@berkeley.edu