-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from puppetlabs/release-prep
Release prep v1.0.0
- Loading branch information
Showing
2 changed files
with
67 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|