Re: [Puppet Users] heira debug not working

2016-09-25 Thread Jagga Soorma
Thanks for the reply Rob. That seemed to be the problem. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view

Re: [Puppet Users] heira debug not working

2016-09-24 Thread Rob Nelson
Use ::environment on the command line, since that's what your datadir is looking for. environment and ::environment are not normalized to the same value. On Saturday, September 24, 2016, Jagga Soorma wrote: > Hi Guys, > > I am new to hiera and can't seem to get the debug

[Puppet Users] heira debug not working

2016-09-24 Thread Jagga Soorma
Hi Guys, I am new to hiera and can't seem to get the debug command to work for hiera. Seems like it is not picking up the environment variable even when I specify it on cli: -- [root@resforetst01 ~]# grep -i testkey /etc/puppet/environments/production/hieradata/common.yaml testkey: hello