ers@googlegroups.com [mailto:puppet-us...@googlegroups.com] On
Behalf Of Scott
Sent: Thursday, October 08, 2009 6:52 PM
To: Puppet Users
Subject: [Puppet Users] Re: Same exec but different working directories
Nigel, thanks! I tried something similar more than a year ago that
didn't work so it di
Nigel, thanks! I tried something similar more than a year ago that
didn't work so it didn't occur to me to try that.
Scott
On Oct 8, 5:52 pm, Nigel Kersten wrote:
> On Thu, Oct 8, 2009 at 2:36 PM, Scott wrote:
>
> > So I ran into a situation where I'd like to execute the same command
> > (ma
On Thu, Oct 8, 2009 at 2:36 PM, Scott wrote:
>
> So I ran into a situation where I'd like to execute the same command
> (make) but in 2 different working directories, anyone know how I can
> do that without adding superfluous options to the exec to make it
> unique?
exec { "foo":
command => "
Scott wrote:
> So I ran into a situation where I'd like to execute the same command
> (make) but in 2 different working directories, anyone know how I can
> do that without adding superfluous options to the exec to make it
> unique?
>
> Cheers,
> Scott
> >
>
I'm not sure I understand- you want