On Jan 10, 2011, at 12:30 AM, Spacelee wrote:
> I want to upgrade from puppet 0.24.8 to the latest puppet, and do I need to
modify my puppet code to fit for 0.26?
>
> and another thing, I want to have multi-puppet server node, and 1 as the
master, and the others as the slave.
> master serves for the most time, but when master is down, slave becomes the
master.
>
> How to implement this? does 0.24.8 support it?
Puppet has no concept of slave. Just "master" and "client".
If you want, you can setup more than one master and use tricks with DNS or a
proxy to send clients to both (or more than 2) masters. Either of those can be
used to give you load-balncing as well as high availability.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.