On Wednesday, October 15, 2014 10:53:33 AM UTC-5, Marcin Spoczynski wrote: > > Thanks for the answer, but the main question is why puppet need to have 2 > puppet runs instead of one in the 2 nd example? >
It is impossible to answer that question definitively from the data provided. The relevant manifests would be helpful, as would log output that has not had relevant information edited out. Nevertheless, I observe that two different agent processes are logging results in the second case, with only a short interval between their entries. It follows that the agent service was restarted in between. In all likelihood, therefore, the catalog applied to the second machine either explicitly refreshed the puppet agent service before all other resources had been applied, or else implicitly triggered the daemon to restart by updating its config file. I cannot speak directly to why only the second machine required the agent to be restarted. I can offer only the rather unhelpful answer that either its initial state or its catalog or both differed from the first machine's. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/d0f7986c-0f9a-405d-ab75-7eadc14264d4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
