Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.54 KB

REFERENCE.md

File metadata and controls

61 lines (34 loc) · 1.54 KB

Reference

Table of Contents

Classes

  • puppet_bolt_server: This Bolt Server module will install and configure Bolt to use the PCP protocol

Tasks

  • status: Returns the number of Bolt processes, and free available memory

Classes

puppet_bolt_server

This Bolt Server module will install and configure Bolt to use the PCP protocol

Examples

Basic usage
include puppet_bolt_server

Parameters

The following parameters are available in the puppet_bolt_server class:

puppet_token

Data type: Sensitive[String]

This should be a token with permissions to launch Orchestrator jobs. Generate a token with a lifetime of 1 year: puppet access login --lifetime 1y

bolt_log_level

Data type: Enum['trace', 'debug', 'info', 'warn', 'error', 'fatal']

This Enum (String) configures the log level in the bolt-project configuration file By default the log level is set to 'debug' For more information, please read the Bolt logs doc: https://puppet.com/docs/bolt/latest/logs.html#log-levels

Default value: 'info'

Tasks

status

Returns the number of Bolt processes, and free available memory

Supports noop? false