Re: [Puppet Users] Re: Set variable value

2012-10-03 Thread Darvin Denmian
Thanks for your reply. I'll try it right now. Regards. On Wed, Oct 3, 2012 at 11:18 AM, jcbollinger wrote: > > > On Tuesday, October 2, 2012 1:03:23 PM UTC-5, Darvin Denmian wrote: >> >> Hi, >> >> Is it possible to set the value of a variable from the content of >> a text file? >> > > If the tar

[Puppet Users] Re: Set variable value

2012-10-03 Thread jcbollinger
On Tuesday, October 2, 2012 1:03:23 PM UTC-5, Darvin Denmian wrote: > > Hi, > > Is it possible to set the value of a variable from the content of > a text file? > > If the target file is on the master, then you can load its entire contents into a variable via the file() function that David su