Re: [Puppet Users] Templates + Parameterised classes

2011-11-28 Thread Arnau Bria
On Mon, 28 Nov 2011 16:20:13 +0200 Graham Leggett wrote: > Hi all, Hi, [...] > I am trying to embed the parameter name using <% parameter_name %> maybe: <%= parameter %> [...] > Regards, > Graham HTH, Arnau -- You received this message because you are subscribed to the Google Groups "Puppet

Re: [Puppet Users] Templates + Parameterised classes

2011-11-28 Thread Phillip Frost
On Nov 28, 2011, at 9:20 AM, Graham Leggett wrote: > Hi all, > > I have found the puppet docs for parameterised classes, and I have found the > docs for templates, but I cannot find it documented anywhere on how to expose > a parameter from a parameterised class inside a template. > > I am tr

[Puppet Users] Templates + Parameterised classes

2011-11-28 Thread Graham Leggett
Hi all, I have found the puppet docs for parameterised classes, and I have found the docs for templates, but I cannot find it documented anywhere on how to expose a parameter from a parameterised class inside a template. I am trying to embed the parameter name using <% parameter_name %> inside