Re: [Puppet Users] Re: Multiple execs within a class

2012-07-09 Thread Felix Frank
Hi, sorry for the late nitpicking. On 07/06/2012 10:54 PM, Peter Bukowinski wrote: > # This will run the boost bootstrapper > exec { "/tmp/boost_1_41_0/bootstrap.sh" : > subscribe => Exec["untar_boost"] , > } >> 2. The exec "/tmp/boost_1_41_0/bootstrap.sh" sho

Re: [Puppet Users] Re: Multiple execs within a class

2012-07-06 Thread Peter Bukowinski
On Jul 6, 2012, at 3:26 PM, Mike Reed wrote: > Hey Guys, > > Thank you Peter and John for your continued input into this one. I > absolutely agree with both of you about building our own packages and as I've > been working with puppet and trying to configure these systems, it's become > appa