I need help on accessing hiera variable value in hiera.yaml file. Suppose I have a hiera.yaml file with the contents:
variable1: 'abc'<br>
variable2: "%{variable1}/xyz"
I mean I want to access/substitute variable1 value in hiera itself. How we can do this?
Thanks, Sanjiv