I've seen many tutorials online about how to configure mysql master slave replication. What I can't seem to find is how to do this with chef. I've deployed a mysql db with the opscode mysql cookbook which made it easy to deploy the mysql db. I used the database cookbook to create a database, create a user, and give that user access to the db.
I've seemingly searched all over and haven't found any chef cookbook to configure master slave replication. Any help, guidance, links for setting up such a configuration, etc would greatly be appreciated.
If I'm making this too hard and don't need such a cookbook, can someone tell me what I'm overlooking?
Thanks