Re: [Puppet Users] Re: collecting resources for iteration in a template

2012-04-17 Thread Jonathon Anderson
On Tuesday, April 17, 2012 11:14:15 AM UTC+3, Luke Bigum wrote: > > Just in case you haven't seen it, RIP's original concat module: > https://github.com/ripienaar/puppet-concat I hadn't seen it. Thank you for the pointer. Like I said, this is basically what we're doing now; but It's probably

[Puppet Users] Re: collecting resources for iteration in a template

2012-04-17 Thread Jonathon Anderson
On Tuesday, April 17, 2012 8:46:33 AM UTC+3, Wil Cooley wrote: > > Have you considered instead using something like the "file fragment > pattern"? Basically, you add 'notifiy' to sysctl::variable resources > to notify an exec that rebuilds sysctl.conf [...] Yeah, that's what we're already doing

Re: [Puppet Users] Re: collecting resources for iteration in a template

2012-04-17 Thread Luke Bigum
Just in case you haven't seen it, RIP's original concat module: https://github.com/ripienaar/puppet-concat It hides a lot of the concatenation implementation detail in defined types and the temporary file fragments are stored under /var/lib/puppet/. On 17/04/12 06:46, Wil Cooley wrote: On Ap

[Puppet Users] Re: collecting resources for iteration in a template

2012-04-16 Thread Wil Cooley
On Apr 16, 1:45 am, Jonathon Anderson wrote: > I have a `sysctl::variable` defined type that creates files in > `/etc/sysctl.d`.  Some operating systems (*cough*SLES10*cough*) don't read > sysctl settings from `/etc/sysctl.d`, though, and expect all settings to be > in a single file, `/etc/sysctl.