Re: [Puppet Users] passing variables to static files

2010-06-18 Thread spawn-puppet
As another option, I believe you can use: file { "/etc/abc.conf": ensure => present content => "rundir= /central/$hostname/\nlogdir= $hostname.log" } - Jeff On 06/18/2010 01:49 PM, Nigel Kersten wrote: On Fri, Jun 18, 2010 at 11:47 AM, CraftyTech

Re: [Puppet Users] LF complete recipe bundle

2010-05-01 Thread spawn-puppet
Along this line, I think it would be super useful (for folks new to puppet) to have a vmware type image of a working puppet system that could be fired up in a player and whose configuration and classes/modules were integrated with the documentation. - Jeff On 04/29/2010 12:23 PM, Alan McKay w