Run Puppet on demand
You can use the orchestrator to run jobs from the console, the command line, or through the orchestrator API endpoints.
-
Run Puppet on demand from the console
When you set up a job to run Puppet from the console, the orchestrator creates a job ID to track the job, shows you all nodes included in the job, and runs Puppet on the targeted nodes in the appropriate order. Puppet compiles a new catalog for each node included in the job. -
Run Puppet on demand from the CLI
Use thepuppet job run
command to start an on-demand Puppet run to enforce changes on your agent nodes.
Related information