Skip to content

Commit 0a14029

Browse files
Merge pull request #3 from benjamin-robertson/feature_fix_token_issue
Documentation updates.
2 parents ced25d0 + 2b881be commit 0a14029

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.
66

77
**Features**
88

9+
- Minor documentation updates
10+
911
**Bugfixes**
1012

1113
- No longer require a valid API token under the root user on the Puppet primary server.

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Include the module within your Puppetfile.
3737

3838
Run the plan **update_trusted_facts::update_trusted_facts** from the Puppet Enterprise console.
3939

40+
**Note:** If you restrict access to plans via RBAC and only grant users permission to run this plan; you will also need to grant users access to *enterprise_tasks::agent_cert_regen* plan.
41+
4042
**Required parameters**
4143
- pe_primary_server (FQDN)
4244
- targets (TargetSpec - [see here](https://www.puppet.com/docs/bolt/latest/bolt_types_reference.html#targetspec))

REFERENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The targets to run on (note this must match the certnames used by Puppet / shown
134134

135135
Data type: `Stdlib::Fqdn`
136136

137-
The Puppet Enterprise primary server in your PE installation.
137+
The Puppet Enterprise primary server in your PE installation you are running the plan from.
138138

139139
##### <a name="preserve_existing_facts"></a>`preserve_existing_facts`
140140

plans/update_trusted_facts.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# - https://www.puppet.com/docs/pe/2021.7/plans_limitations.html
1212
#
1313
# @param targets The targets to run on (note this must match the certnames used by Puppet / shown in PE console).
14-
# @param pe_primary_server The Puppet Enterprise primary server in your PE installation.
14+
# @param pe_primary_server The Puppet Enterprise primary server in your PE installation you are running the plan from.
1515
# @param preserve_existing_facts Whether to preserve existing facts from the nodes. If set to false all existing facts will be wiped and replaced with those set in the plan. Default: true
1616
# @param ignore_infra_status_error Ignore errors from 'puppet infrastructure status' command. This is used to verify the primary server. Can be used to allow the plan the run when some PE components are unavaliable. Default: false
1717
# @param noop Run the plan in noop. csr_attributes.yaml will still generated, however certificates will not be resigned. Default: false

0 commit comments

Comments
 (0)