I am very new to Puppet and I have spent quite some time to figure the things which I am asking below but was not able to get any specific answers.
Basically I have some puppet modules in my local git repo. From the manifest files I can see that they are using variables from Hiera. However I just want to know the value of some of the Hiera variables so that I can test some very specific things in some other place by hardcoding the properties.
So basically what I need is just to call some command line function or similar thing from a node to find out what is the value of the Hiera variable as set on the master. I do not have access to puppet master and so can't just login and check the values.
Can you please help in case we have something like this in Puppet.
Regards, Pulkit