You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ Include the module within your Puppetfile.
37
37
38
38
Run the plan **update_trusted_facts::update_trusted_facts** from the Puppet Enterprise console.
39
39
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.
# @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.
15
15
# @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
16
16
# @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
17
17
# @param noop Run the plan in noop. csr_attributes.yaml will still generated, however certificates will not be resigned. Default: false
0 commit comments