Libraries
»
puppetlabs-exec
(2.2.1)
»
Index (i)
»
Puppet Tasks
»
init
Puppet Task: init
Defined in:
tasks/init.json,
tasks/init.rb
Overview
Executes an arbitrary shell command on the target system
Supports noop?
false
Parameters
command
(String[1])
— The command to run, including all arguments
interleave
(Optional[Variant[Boolean, Enum['true','false']]])
— Interleave the stdout and stderr streams.(default: true)
failonfail
(Optional[Variant[Boolean, Enum['true','false']]])
— Should the task fail if the command exits nonzero.(default: true)