Re: [Puppet Users] Complex templating

2010-06-27 Thread Douglas Garstang
On Sun, Jun 27, 2010 at 3:51 PM, R.I.Pienaar wrote: > > - "Douglas Garstang" wrote: > >> On Sun, Jun 27, 2010 at 3:20 AM, Daniel Pittman >> wrote: >> > Douglas Garstang writes: >> >> On Sat, Jun 26, 2010 at 8:00 PM, Daniel Pittman >> wrote: >> >>> "R.I.Pienaar" writes: >> - "Doug

Re: [Puppet Users] Complex templating

2010-06-27 Thread R.I.Pienaar
- "Douglas Garstang" wrote: > On Sun, Jun 27, 2010 at 3:20 AM, Daniel Pittman > wrote: > > Douglas Garstang writes: > >> On Sat, Jun 26, 2010 at 8:00 PM, Daniel Pittman > wrote: > >>> "R.I.Pienaar" writes: > - "Douglas Garstang" wrote: > > > I've not quite figured out

Re: [Puppet Users] Complex templating

2010-06-27 Thread Douglas Garstang
On Sun, Jun 27, 2010 at 3:20 AM, Daniel Pittman wrote: > Douglas Garstang writes: >> On Sat, Jun 26, 2010 at 8:00 PM, Daniel Pittman wrote: >>> "R.I.Pienaar" writes: - "Douglas Garstang" wrote: > I've not quite figured out how to do complex templating in puppet yet. > > [...]

Re: [Puppet Users] Complex templating

2010-06-27 Thread Daniel Pittman
Douglas Garstang writes: > On Sat, Jun 26, 2010 at 8:00 PM, Daniel Pittman wrote: >> "R.I.Pienaar" writes: >>> - "Douglas Garstang" wrote: >>> I've not quite figured out how to do complex templating in puppet yet. [...] Anyone know how I could do this? >>> >>> I find concatenate

Re: [Puppet Users] Complex templating

2010-06-26 Thread Douglas Garstang
On Sat, Jun 26, 2010 at 8:00 PM, Daniel Pittman wrote: > "R.I.Pienaar" writes: >> - "Douglas Garstang" wrote: >> >>> I've not quite figured out how to do complex templating in puppet yet. >>> >>> The dhcpd config file is a good example. I want to add an arbitrary >>> number of new host entri

Re: [Puppet Users] Complex templating

2010-06-26 Thread Daniel Pittman
"R.I.Pienaar" writes: > - "Douglas Garstang" wrote: > >> I've not quite figured out how to do complex templating in puppet yet. >> >> The dhcpd config file is a good example. I want to add an arbitrary >> number of new host entries to it. I can't use regular templates >> because the number of

Re: [Puppet Users] Complex templating

2010-06-26 Thread R.I.Pienaar
- "Douglas Garstang" wrote: > Thanks. Totally lost by how to use it though. there's an example on the page, and I am sure if you take the time to try a bit you'll work it out. It's also extensively commented. -- R.I.Pienaar -- You received this message because you are subscribed to th

Re: [Puppet Users] Complex templating

2010-06-26 Thread Douglas Garstang
Thanks. Totally lost by how to use it though. On Sat, Jun 26, 2010 at 3:59 PM, R.I.Pienaar wrote: > > - "Douglas Garstang" wrote: > >> I've not quite figured out how to do complex templating in puppet >> yet. >> >> The dhcpd config file is a good example. I want to add an arbitrary >> number

Re: [Puppet Users] Complex templating

2010-06-26 Thread R.I.Pienaar
- "Douglas Garstang" wrote: > I've not quite figured out how to do complex templating in puppet > yet. > > The dhcpd config file is a good example. I want to add an arbitrary > number of new host entries to it. I can't use regular templates > because the number of entries is not fixed, and

[Puppet Users] Complex templating

2010-06-26 Thread Douglas Garstang
I've not quite figured out how to do complex templating in puppet yet. The dhcpd config file is a good example. I want to add an arbitrary number of new host entries to it. I can't use regular templates because the number of entries is not fixed, and there's that darn curly brace at the end of the