Skip to content

Commit

Permalink
Merge pull request #19 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v1.0.0
  • Loading branch information
timidri authored Jan 31, 2023
2 parents a8bc7ed + cedaf82 commit b5a879b
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Changelog
# Change log

All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
61 changes: 61 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Reference

<!-- DO NOT EDIT: This document was generated by Puppet Strings -->

## Table of Contents

### Classes

* [`puppet_bolt_server`](#puppet_bolt_server): This Bolt Server module will install and configure Bolt to use the PCP protocol

### Tasks

* [`status`](#status): Returns the number of Bolt processes, and free available memory

## Classes

### <a name="puppet_bolt_server"></a>`puppet_bolt_server`

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

#### Examples

##### Basic usage

```puppet
include puppet_bolt_server
```

#### Parameters

The following parameters are available in the `puppet_bolt_server` class:

* [`puppet_token`](#puppet_token)
* [`bolt_log_level`](#bolt_log_level)

##### <a name="puppet_token"></a>`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

##### <a name="bolt_log_level"></a>`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

### <a name="status"></a>`status`

Returns the number of Bolt processes, and free available memory

**Supports noop?** false

0 comments on commit b5a879b

Please sign in to comment.