Start a Puppet run
step
Requests a new Puppet run using the Relay API. It does not wait for
the run to complete. Use the run-wait
step if you need to wait on the run.
run-start
This step submits a Puppet run to the Relay API.
Requests a new Puppet run using the Relay API. It does not wait for
the run to complete. Use the run-wait
step if you need to wait on the run.
connection
environment
scope
noop
no_noop
debug
trace
evaltrace
id
jobID
This step submits a Puppet run to the Relay API.
1name: start-puppet-run2image: relaysh/puppet-step-run-start3spec:4 connection: !Connection { type: puppet, name: my-pe-connection }5 environment: !Parameter puppetEnvironment6 scope:7 node_group: !Parameter puppetNodeGroup8 debug: true9