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
debug
agent flag should be used for this runtrace
trace
agent flag should be used for this runevaltrace
evaltrace
agent flag should be used for this runid
jobID
This step submits a Puppet run to the Relay API.
name: start-puppet-run
image: relaysh/puppet-step-run-start
spec:
connection: !Connection { type: puppet, name: my-pe-connection }
environment: !Parameter puppetEnvironment
scope:
node_group: !Parameter puppetNodeGroup
debug: true