Re: [Puppet Users] Config variables in templates

2010-01-12 Thread Trevor Vaughan
<%= Puppet[:ssldir] %> On Tue, Jan 12, 2010 at 12:24 PM, JL wrote: > Is it possible to use configuration variables in templates?  For > example, I want a template to reference ssldir from /etc/puppet/ > puppet.conf.  I tried "<%= ssldir %>", but that did not work. > > -- > You received this messa

Re: [Puppet Users] Config variables in templates

2010-01-12 Thread Christopher Johnston
I believe the variables are pulled in from your puppet configs and/or facts only. I don't believe the values in puppet.conf are used. Correct me if I am wrong though. -Chris On Tue, Jan 12, 2010 at 12:24 PM, JL wrote: > Is it possible to use configuration variables in templates? For > exampl

[Puppet Users] Config variables in templates

2010-01-12 Thread JL
Is it possible to use configuration variables in templates? For example, I want a template to reference ssldir from /etc/puppet/ puppet.conf. I tried "<%= ssldir %>", but that did not work. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To pos