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 (
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
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