On Wed, May 6, 2009 at 9:40 AM, LenR <[email protected]> wrote: > > I'm trying to pitch puppet to my group. I have a test server & 2 > clients, things are going pretty well. The question relates to user > password management as outlined in the recipies. My question, if only > the hash value changes, will puppet apply that change? Who notices > the change, the client or the server? I need to explain how it works. > > Thanks, just trying to be the "salesman"....
All system changes are noticed client side. The server parses and compiles everything in the manifests to create the expected configuration of the client. It then hands this compiled manifest to the client which checks the state of managed resources against this expected configuration. If things do not match then client chagnes teh computer configuration to match the expected configuration. Evan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
