Skip to content

Latest commit

 

History

History
68 lines (35 loc) · 1.3 KB

REFERENCE.md

File metadata and controls

68 lines (35 loc) · 1.3 KB

Reference

Table of Contents

Tasks

  • init: Executes an arbitrary shell command on the target system
  • linux: Execute an arbitrary shell command (without a puppet agent)
  • windows: Execute an arbitrary shell command (without a puppet agent)

Tasks

init

Executes an arbitrary shell command on the target system

Supports noop? false

Parameters

command

Data type: String[1]

The command to run, including all arguments

interleave

Data type: Optional[Variant[Boolean, Enum['true','false']]]

Interleave the stdout and stderr streams.(default: true)

failonfail

Data type: Optional[Variant[Boolean, Enum['true','false']]]

Should the task fail if the command exits nonzero.(default: true)

linux

Execute an arbitrary shell command (without a puppet agent)

Supports noop? false

Parameters

command

Data type: String[1]

The command to run, including all arguments.

windows

Execute an arbitrary shell command (without a puppet agent)

Supports noop? false

Parameters

command

Data type: String[1]

The command to run, including all arguments.