Re: [Puppet Users] Hiera Interpolation of data

2018-03-20 Thread Henrik Lindberg
On 20/03/18 04:19, Gino Lisignoli wrote: Hello I'm using hiera with the http backend (as couchdb) which works for data lookup, but I want to user data interpolation (https://puppet.com/docs/puppet/5.0/hiera_interpolation.html). At the moment I am trying to do a simple test of: | classfoo (

[Puppet Users] Hiera Interpolation of data

2018-03-19 Thread Gino Lisignoli
Hello I'm using hiera with the http backend (as couchdb) which works for data lookup, but I want to user data interpolation (https://puppet.com/docs/puppet/5.0/hiera_interpolation.html). At the moment I am trying to do a simple test of: class foo ( $bar = lookup("some::path::var") ) { noti

[Puppet Users] Hiera Interpolation

2015-11-30 Thread Matthew Ceroni
I have been using variable interpolation within my Hiera data files for sometime. For instance I have Citrix NetScaler LB rules defined as such: apache: name: "%{::cluster}-apache" ensure: 'present' service_type: 'HTTP' state: true lb_method: 'LEASTCONNECTION' And b