[Puppet Users] Re: variable as a variable

2012-05-03 Thread Rich Siegel
i found the answer... in stdlib there is a getvar function. works a champ! thanks to Volcane on the #puppet channel -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscri

[Puppet Users] Re: variable as a variable

2012-05-03 Thread jcbollinger
On May 3, 4:15 pm, Rich Siegel wrote: > Most simple example > > $vari="\$modu:params::hash01" > notice("$vari") > > How can I make the notice enumerate the value stored in vari, not show > the string value as above. vari is a constant in this primitive > example. To the best of my knowledge, P

[Puppet Users] Re: variable as a variable

2012-05-03 Thread Rich Siegel
Most simple example $vari="\$modu:params::hash01" notice("$vari") How can I make the notice enumerate the value stored in vari, not show the string value as above. vari is a constant in this primitive example. -- You received this message because you are subscribed to the Google Groups "Puppe