If you want mysql or apache implemented before the other, you can chain classes:
Class['mysql']=>Class['apache']
This will apply mysql before apache, and only will implement apache if mysql goes OK.
Right! I wrote it from the mobile :s
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/f510902a-d745-4b5b-afa1-fc37388749fd%40googlegroups.com.
--
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
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?