> (For dependency reason I have to apply the above 3 service sets in 3 separate steps, and webserver need proxy, and gmond need webserver, for example)
So, why can't you just create three classes, one for each service. Then have each class require the one before it so the dependencies happen in the right order?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
--
Hi Yushu,
> My case is a little bit different. Because my webserver might need the IP
> address of the mysql node, and before mysql node is deployed and configured,
> it's IP address is not known.
you should probably look into exported resources and export the IP of
the mysql server to all your webnodes. If that's a feasible approach.
Otherwise it is still unclear why you want different catalogs for each
service.
~pete
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk3cMIEACgkQbwltcAfKi39YEwCcDfBNZ3ZIFrq1qSrwicTd8u0u
xa8AnR8+EqQkndo8cue+qwTWgUiP7TM/
=4tiU
-----END PGP SIGNATURE-----