I have 2 VMs. I'm using keepalived to have them as MASTER/BACKUP with the same VIP. (http://www.keepalived.org) I want to deploy the machines one by one using Puppet.
I want to deploy the the BACKUP first and when it finishes, deploy the MASTER.
What is the best way to do it using Puppet?