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

2016-06-13 Thread Aaron Russo
Hi, >>> >>> >>> running hiera from the command line, you have to provide the >>> variables you use yourself like >>> >>> >>> hiera somekey clientcert=node.example.net <http://node.example.net> >>> >>> >>

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

2016-06-13 Thread Aaron Russo
t; >> Here is some reading >> >> https://puppet.com/blog/debugging-hiera >> <https://puppet.com/blog/debugging-hiera> >> >>  >> >> hth >> >> >> Johan >> >> >> >> >> -Original message--

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

2016-06-10 Thread Henrik Lindberg
t.com/blog/debugging-hiera <https://puppet.com/blog/debugging-hiera>  hth Johan -Original message- *From:* aru...@berkeley.edu <aru...@berkeley.edu > *Sent:* Thursday 9th June 2016 23:17 *To:* Puppet Users <puppet.

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

2016-06-10 Thread arusso
.example.net > > > Here is some reading > > https://puppet.com/blog/debugging-hiera > >  > > hth > > > Johan > > > > > -Original message- > *From:* aru...@berkeley.edu <aru...@berkeley.edu > > > *Sent:* Thursday 9th June 2016 2

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

2016-06-10 Thread Johan De Wit
aru...@berkeley.edu> Sent: Thursday 9th June 2016 23:17 To: Puppet Users <puppet-users@googlegroups.com> Subject: [Puppet Users] Unexpected behavior when using variable interpolation on a subkey in hiera Greetings, I'm having trouble using hiera variable interpolation on a sub-key. It appears

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

2016-06-09 Thread arusso
Greetings, I'm having trouble using hiera variable interpolation on a sub-key. It appears that along with interpolating the variable, hiera is also returning the un-interpolated data as well, which is causing issues because the un-interpolated data is nonsense. I'm currently running Hiera