search for: my_iv

Displaying 1 result from an estimated 1 matches for "my_iv".

Did you mean: my_ip
2013 Sep 18
1
ENC paramater interpolation in ENC, and inline templates
...ly inline templates. And I assume that I can''t put an inline template as the value of a class param. So it looks like that''s not going to be solved any time soon. 2) Even if I ditch the hash and just use straight params, i.e. classes: interpolate_test: ival: "${::my_ival}" parameters: my_ival: param_ival_value and then in interpolate_test: class interpolate_test($ival) { notice("interpolate_test - value of ival is ${ival}") notice("interpolate_test - value of ::my_ival is ${::my_ival}") } I end up seeing: Notice: Scope(Class[I...