Andre
2012-Jan-12 22:08 UTC
[Puppet Users] Password not changing during polling event but does using puppetd -vt
I have created a class for the root user that uses the "User resource" to manages the root password. All seems to work well and as expected when I use puppetd -vt on a machine (or if I restart the service on the client) but during a regular polling event the password is not changed and when I go into the dashboard I can see that the event for running my class is run. Just to make sure the clients are working properly, I added a line to a managed file and got the expected results of the file being replaced. Is this expected behaviour that I don''t know about? Is there a way to put a client puppetd process into debug and trace so I can see the results? Any thoughts? Thanks a lot Andre -- 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.
Daniel Pittman
2012-Jan-26 19:59 UTC
Re: [Puppet Users] Password not changing during polling event but does using puppetd -vt
On Thu, Jan 12, 2012 at 14:08, Andre <andre@andaff.com> wrote:> I have created a class for the root user that uses the "User resource" > to manages the root password. All seems to work well and as expected > when I use puppetd -vt on a machine (or if I restart the service on > the client) but during a regular polling event the password is not > changed and when I go into the dashboard I can see that the event for > running my class is run. Just to make sure the clients are working > properly, I added a line to a managed file and got the expected > results of the file being replaced. > > Is this expected behaviour that I don''t know about?Nope.> Is there a way to put a client puppetd process into debug and > trace so I can see the results?If you run it with `--debug` and `--trace` as a daemon, those log messages will go to syslog like everything else. -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consumer electrons -- 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.