Are there any recommended practices for using Puppet to configure applications that span multiple servers?
As an example, I have a two-tier application and want to use Puppet to configure both the application server and the database server. However, I only want the application server to be configured once the database server configuration is finished (so the application server can establish the connection).
Is this something that Puppet can handle?
Thanks
↧