On May 21, 2:40 pm, lth <
lthar...@gmail.com> wrote:
> LDAP is something we've been considering and will probably
> be implementing that sooner than later. However while that takes care of
> the 100s of regular web users, we still don't think we want our 8-10 system
> administrators to be doing that. So we're still have the problem of trying
> to get puppet to handle them as well as pick up changes and propagate them.
Puppet will not "pick up changes and propagate them." That's exactly
opposite to its designed mode of operation. You could, however, set
up a system that makes password changes go first to some central file
on the Puppetmaster, to be rolled out from there to all nodes.
Password changes that bypassed that mechanism would still be
overwritten.
John