Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 717 Bytes

REFERENCE.md

File metadata and controls

44 lines (22 loc) · 717 Bytes

Reference

Table of Contents

Tasks

  • init: Inspect puppet agent configuration settings

Tasks

init

Inspect puppet agent configuration settings

Supports noop? false

Parameters

action

Data type: Enum[get, set, delete]

The operation (get, set, delete) to perform on the configuration setting

section

Data type: Optional[String[1]]

The section of the config file. Defaults to main

setting

Data type: String[1]

The name of the config entry to set/get

value

Data type: Optional[String[1]]

The value you are setting. Only required for set