[Puppet Users] Recursive directory copy and exec

2011-04-15 Thread Prateep
Hi all, Newbie question here... I'm trying to figure out how to execute a command for every file in a directory. For example, I recursively copy a bunch of tar files and then I want to run a command against them My understanding is that the file resource will execute first, copying all of the f

[Puppet Users] Re: Inventory service and dashboard 1.1.0 rc1

2011-04-19 Thread Prateep
Hi, I'm seeing exactly the same problem. I have 2.6.7 on both the master and client. Any ideas? Prateep On Mar 18, 6:48 pm, Jacob Helwig wrote: > On Thu, 17 Mar 2011 21:32:29 -0700, Luke Baker wrote: > > > I just set up the latest dashboard release candidate in hopes of &

[Puppet Users] Re: Inventory service and dashboard 1.1.0 rc1

2011-04-19 Thread Prateep
Forget that. I discovered that there were remnants of the old puppet version still installed on my master after upgrade. Working fine now! On Apr 19, 4:27 pm, Prateep wrote: > Hi, > > I'm seeing exactly the same problem.  I have 2.6.7 on both the master > and client.  Any i

[Puppet Users] Re: svn update on puppetmaster via commit hook on another server

2011-04-19 Thread Prateep
I have a similar issue. I simply run a cronjob on the master every 5 minutes to do the svn update. On Apr 19, 3:36 pm, Andreas Paul wrote: > Hello there, > > I'm trying to get SVN working with puppet, but what I need to do is a remote > svn update on the puppetmaster server, so that puppet us

Re: [Puppet Users] Recursive directory copy and exec

2011-04-15 Thread Prateep Bandharangshi
Yes, of course. That would work fine. :-) I was getting carried away trying to map this to puppet resources Thanks Prateep On 15 Apr 2011, at 19:16, Mohamed Lrhazi wrote: > I would try something like: > > file { "/var/tmp/files": >ensure => "directory&