0

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?

bilgo
  • 137
  • 1
  • 9
  • I believe you can use subscribe for achieving this. – Raja G May 03 '18 at 03:23
  • Possible duplicate of https://stackoverflow.com/questions/20325371/puppet-relationship-between-resources-on-different-nodes. The upshot is that Puppet doesn't do orchestration between nodes :-( – Jon May 03 '18 at 08:10

0 Answers0