init
: Executes an arbitrary shell command on the target systemlinux
: Execute an arbitrary shell command (without a puppet agent)windows
: Execute an arbitrary shell command (without a puppet agent)
Executes an arbitrary shell command on the target system
Supports noop? false
Data type: String[1]
The command to run, including all arguments
Data type: Optional[Variant[Boolean, Enum['true','false']]]
Interleave the stdout and stderr streams.(default: true)
Data type: Optional[Variant[Boolean, Enum['true','false']]]
Should the task fail if the command exits nonzero.(default: true)
Execute an arbitrary shell command (without a puppet agent)
Supports noop? false
Data type: String[1]
The command to run, including all arguments.
Execute an arbitrary shell command (without a puppet agent)
Supports noop? false
Data type: String[1]
The command to run, including all arguments.