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
[root@
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 command to work for
> hi