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 any other resource in the WordPress class.

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.

-- 
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 web visit 
https://groups.google.com/d/msgid/puppet-users/e8d6ef4d-edb1-41f4-ab4c-ad840e77754a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to