I have doubts in setting up the slave.
In the slave mysql I need to do the following CHANGE MASTER TO > MASTER_HOST='masteripaddress', > MASTER_USER='repl', > MASTER_PASSWORD='password', > MASTER_LOG_FILE='mysql-bin.000001', > MASTER_LOG_POS=98; start slave how will i get these values from the master in runtime and pass them to slave machine. Thanks in advance On Friday, March 28, 2014 8:38:51 PM UTC-4, Gayatri Swaminathan wrote: > > Hi, > > I am trying to setup a simple MySQL replication module using puppet. I am > sure there are recipe's to learn from. Since I am in the learning phase I > find PuppetLabs/MySQL difficult to comprehend. It would be great if any of > you could share a basic recipe for the same that will help me reproduce it. > Thanks. > > g3kr > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/b250d2fb-d92d-4c8c-9edd-6bd109f5f409%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
