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" should only fire if the
>> untar boost occurs, which I believe is dependent upon the file being
>> in that location.
>
> Correct.
...not. Unless I'm mistaken :)
Yes, the exec does consume events from the untar exec. However, there is
no configuration that tells the bootstrap *not* to run in the absence of
such an event.
What I'm getting at is the missing 'refreshonly => true' parameter.
HTH,
Felix
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.