Re: [Puppet Users] Puppet require - failure handling

2014-01-07 Thread Johan Martinez
Thanks Jose! On Sunday, January 5, 2014 11:27:50 AM UTC-8, Jose Luis Ledesma wrote: > > Clases WordPress requiere both MySQL and apache, so no resource of > WordPress will be "executed" if any of them fails -- You received this message because you are subscribed to the Google Groups "Puppet U

Re: [Puppet Users] Puppet require - failure handling

2014-01-06 Thread jcbollinger
On Sunday, January 5, 2014 1:05:01 PM UTC-6, neubyr wrote: > > > That explains how resource ordering works. Is it the same way with require > statement? For example, if apache or mysql class fails on the node, would > wordpress class run be attempted? > > Resource and class ordering are the

Re: [Puppet Users] Puppet require - failure handling

2014-01-05 Thread Jose Luis Ledesma
Clases WordPress requiere both MySQL and apache, so no resource of WordPress will be "executed" if any of them fails -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [Puppet Users] Puppet require - failure handling

2014-01-05 Thread neubyr
That explains how resource ordering works. Is it the same way with require statement? For example, if apache or mysql class fails on the node, would wordpress class run be attempted? On Sun, Jan 5, 2014 at 8:50 AM, Jose Luis Ledesma < joseluis.lede...@gmail.com> wrote: > Right! I wrote it from

Re: [Puppet Users] Puppet require - failure handling

2014-01-05 Thread Jose Luis Ledesma
Right! I wrote it from the mobile :s -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the we

Re: [Puppet Users] Puppet require - failure handling

2014-01-05 Thread Andreas Ntaflos
On 2014-01-05 11:37, Jose Luis Ledesma wrote: There is not after or before when puppet applies a manifest if there are not dependencies explicitly declared. In the example you have written mysql and apache will be applied in no particular order between them, but will be implemented both before