Re: [Puppet Users] Use value from a hash defined in hiera datasource elsewhere in the same hiera datasource

2015-03-23 Thread Wil Cooley
On Sat, Mar 21, 2015 at 10:43 AM Craig Wickesser codecr...@gmail.com wrote: But I was hoping to just extract the value from the hash. Thoughts? Unless I am misunderstanding, I don't think that's possible. The 2nd bullet in Notes box in Interpolation Tokens in the Hiera Guide (

[Puppet Users] Use value from a hash defined in hiera datasource elsewhere in the same hiera datasource

2015-03-21 Thread Craig Wickesser
I have a hiera (YAML based) data source: -- # /etc/puppet/hieradata/foo.yaml webapp::options: http_port: 8080 timeout: 500 # # Set the http_port for foo # # any of these approaches gave