I'm looking to add Tlog setup in our puppet configuration, and normally it would be under the wls_server, but if your moving the tlog to a jdbc store, then the data source would need to be created, before the managed servers, which in our case we have the servers building before the datasources. So it would error out on the create, but would work on a modify.
Another option would be to create a separate provider, just for the Tlog, so it can be placed in whatever order in puppet that you require. This would be my preferred option, but I'm looking at for what would be a best practice.
I'm looking to add Tlog setup in our puppet configuration, and normally it would be under the wls_server, but if your moving the tlog to a jdbc store, then the data source would need to be created, before the managed servers, which in our case we have the servers building before the datasources. So it would error out on the create, but would work on a modify.
Another option would be to create a separate provider, just for the Tlog, so it can be placed in whatever order in puppet that you require. This would be my preferred option, but I'm looking at for what would be a best practice.