Re: [Puppet Users] Re: Variable interpolation failing with structured facts

2014-11-06 Thread Thomas Hager
On 2014-11-05 15:53, jcbollinger wrote: Well no, Puppet IS interpolating. It is interpolating the string value of the whole hash. What it is not doing is interpreting the index as an index. Try this: notice("${os[family]}") I make it a general rule to _always_ use braces around variable referen

[Puppet Users] Re: Variable interpolation failing with structured facts

2014-11-05 Thread jcbollinger
On Tuesday, November 4, 2014 9:16:55 AM UTC-6, duke wrote: > > Hi, > > While implementing custom facts in our environment I did some > experimenting with structured > facts in our Puppet manifests. Puppet is 3.7.2, Facter is 2.3.0, Master > and Agent run on the > same VM, future parser is on