Re: [Puppet Users] "puppet agent: applying configuration" success differs to manual command line "puppet agent -t"

2014-06-04 Thread Felix Frank
FWIW, I use /var/lib/puppet/state/state.yaml for monitoring wether the agent is working successfully, and from experience, it will reflect even the case of "works but uses cached catalogs" as a problem. HTH, Felix On 06/03/2014 09:27 PM, Steve Kilduff wrote: > Hi, Yes you got it. With puppet agen

Re: [Puppet Users] "puppet agent: applying configuration" success differs to manual command line "puppet agent -t"

2014-06-03 Thread Steve Kilduff
Hi, Yes you got it. With puppet agent -t it seems no cached catalog is applied, and it seems that the way in which I purposefully "broke puppet" by removing a manifest on the puppet master causes puppet agent to use a cached catalogue which is the default behavior. I set usecacheonfailure = fal

Re: [Puppet Users] "puppet agent: applying configuration" success differs to manual command line "puppet agent -t"

2014-06-03 Thread José Luis Ledesma
Could be it is using a cached catalog? I think that when you use the -t flag no cached catalog is applied, but without it could be. Regards El 03/06/2014 17:22, "Steve Kilduff" escribió: > Hi guys, > > I've searched but not found what I'm looking for, sorry if this has been > asked before. > >

[Puppet Users] "puppet agent: applying configuration" success differs to manual command line "puppet agent -t"

2014-06-03 Thread Steve Kilduff
Hi guys, I've searched but not found what I'm looking for, sorry if this has been asked before. Background: I am trying to monitor puppet run success by monitoring the file /var/lib/puppet/state/last_run_summary.yaml. Then I am trying to break a puppet run, by temporarily removing a manifest