| Just confirming that the agent is working as intended. We changed how this process works to fix several customer reported issues where agent runs sometimes fail when the environment changes. We now optimize for the case where the environment doesn't change. If you're running puppet agent -t and the agent is allowed to select its own environment, then it will usually only pluginsync once. The number of times depends on what facts the agent already has at the start of the run and whether classification is based on those facts. If you're running puppet agent -t but the agent is NOT allowed to switch environments, then it may pluginsync twice. |