Re: [Puppet Users] Multiple execs within a class

2012-07-06 Thread jcbollinger
On Friday, July 6, 2012 6:52:01 AM UTC-5, pmbuko wrote: > > > Puppet manifests do not run in a top-down manner, but instead run > semi-randomly. Because your file and exec resources need to run in a > specific order, you need to define that order specifically. You can > accomplish this by keep

Re: [Puppet Users] Multiple execs within a class

2012-07-06 Thread Peter Bukowinski
On Jul 6, 2012, at 12:53 AM, Mike Reed wrote: > Hello all, > > I'm looking to run multiple commands via exec within a single class like so: > > class boost_install { > # This will place the gzip locally in /tmp. File is pulled from > puppet. > file { "/tmp/boost_1_41_0.tar.bz2

[Puppet Users] Multiple execs within a class

2012-07-05 Thread Mike Reed
Hello all, I'm looking to run multiple commands via exec within a single class like so: class boost_install { # This will place the gzip locally in /tmp. File is pulled from puppet. file { "/tmp/boost_1_41_0.tar.bz2" : source => "puppet:///boost_install/boost_1_