thinkwell
2012-Oct-12 01:41 UTC
[Puppet Users] One client out of 150 doesn''t apply config changes
Hello everyone, I have one puppet client that suddenly stopped applying configuration changes during the. I''m running with -v to see errors - no errors are shown and the puppet run completes with: info: Caching catalog for <system name> info: Applying configuration version ''1349982313'' notice: Finished catalog run in 49.28 seconds However, the changes required aren''t made. This only happens on one client out of 150+ so it seems to be a client error. Is there some puppet cache that I need to clear? Thanks! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/tIPYTLDRp68J. 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.
Tim Mooney
2012-Oct-14 03:21 UTC
Re: [Puppet Users] One client out of 150 doesn''t apply config changes
In regard to: [Puppet Users] One client out of 150 doesn''t apply config...:> I have one puppet client that suddenly stopped applying configuration > changes during the. I''m running with -v to see errors - no errors are shown > and the puppet run completes with: > > info: Caching catalog for <system name> > info: Applying configuration version ''1349982313'' > notice: Finished catalog run in 49.28 secondsDoes it change if you also add ''--no-noop'' to the puppet apply command? Is it possible someone modified /etc/puppet.conf and added ''noop = true''? Tim -- Tim Mooney Tim.Mooney@ndsu.edu Enterprise Computing & Infrastructure 701-231-1076 (Voice) Room 242-J6, IACC Building 701-231-8541 (Fax) North Dakota State University, Fargo, ND 58105-5164 -- 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.
Abhijeet Rastogi
2012-Oct-14 05:56 UTC
Re: [Puppet Users] One client out of 150 doesn''t apply config changes
Also, you can try running "$puppet -dvt" from the terminal to check what is actually going on. Sent from my Sony Xperia S On Oct 14, 2012 8:52 AM, "Tim Mooney" <Tim.Mooney@ndsu.edu> wrote:> In regard to: [Puppet Users] One client out of 150 doesn''t apply config...: > > I have one puppet client that suddenly stopped applying configuration >> changes during the. I''m running with -v to see errors - no errors are >> shown >> and the puppet run completes with: >> >> info: Caching catalog for <system name> >> info: Applying configuration version ''1349982313'' >> notice: Finished catalog run in 49.28 seconds >> > > Does it change if you also add ''--no-noop'' to the puppet apply command? > > Is it possible someone modified /etc/puppet.conf and added ''noop = true''? > > Tim > -- > Tim Mooney Tim.Mooney@ndsu.edu > Enterprise Computing & Infrastructure 701-231-1076 (Voice) > Room 242-J6, IACC Building 701-231-8541 (Fax) > North Dakota State University, Fargo, ND 58105-5164 > > -- > 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 <puppet-users%2Bunsubscribe@googlegroups.com>. > For more options, visit this group at http://groups.google.com/** > group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> > . > >-- 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.