Re: [Puppet Users] problems with concat

2011-11-02 Thread Arnau Bria
On Wed, 02 Nov 2011 11:22:05 - (GMT) R.I.Pienaar R.I.Pienaar wrote: > you're missing the concat{"/etc/sudoers": } > > # set up a file for being managed by snippets > concat{"somefile": } > > # add a snippet to it: > concat::fragment{"foo":.} > > needs both solved. Thanks ! Arnau --

Re: [Puppet Users] problems with concat

2011-11-02 Thread R.I.Pienaar
- Original Message - > Hi all, > > I've downloaded and installed puppet-concat module and was trying to > use it. > > After reading doc, I've set concatdir to /tmp only for test purpose, > but I'm wondering what is a good value for concatdir. > Maybe /var/lib/puppet/concat? I guess I ha

[Puppet Users] problems with concat

2011-11-02 Thread Arnau Bria
Hi all, I've downloaded and installed puppet-concat module and was trying to use it. After reading doc, I've set concatdir to /tmp only for test purpose, but I'm wondering what is a good value for concatdir. Maybe /var/lib/puppet/concat? I guess I have to create it, am I right? So, following the