[Puppet Users] Re: Question regarding directories

2009-05-01 Thread Peter Meier
Hi >> this should work, I do that a lot. But note: Until 0.25 copying large >> or a large amount of files might cause heavy memory usage! >> >> file { "/etc/bacula/clients/": >>recurse => true, >>source => "puppet:///bacula/clients/", >>notify => Service[bacula], >>owner => "

[Puppet Users] Re: Question regarding directories

2009-05-01 Thread Peter Meier
Hi > [...] > Basically I want all of the client files I drop into puppet to be > transferred to the destination machine, without having to specify > each file individually(There are about 4 dozen of them). I'm also > trying to avoid having just one monster Bacula file. > I have also tried i

[Puppet Users] Re: Question regarding directories

2009-05-01 Thread Matt Marshall
> -Original Message- > From: Peter Meier [mailto:peter.me...@immerda.ch] > Sent: Friday, May 01, 2009 5:17 AM > To: Matt Marshall > Cc: puppet-users@googlegroups.com > Subject: Re: [Puppet Users] Question regarding directories > > Hi > > > I am trying to set puppet up to manage a director

[Puppet Users] Re: Question regarding directories

2009-05-01 Thread Peter Meier
Hi > I am trying to set puppet up to manage a directory of files, in this > particular case for bacula. Is there any way to get puppet to copy all > of the files in the directory to the destination machine? I've tried > setting recurse => true, and using wild cards, but so far no luck. Any > sug