From bd5418451085c32c238d1b973ce372014845839e Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:18:18 -0500 Subject: [PATCH] Puppet module docs (#15336) - We learned from a customer that the Puppet module requires global admin --- docs/Using Fleet/Puppet-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using Fleet/Puppet-module.md b/docs/Using Fleet/Puppet-module.md index 6419aa6f5a1c..8aa09d03adc2 100644 --- a/docs/Using Fleet/Puppet-module.md +++ b/docs/Using Fleet/Puppet-module.md @@ -20,7 +20,7 @@ Install [Fleet's Puppet module](https://forge.puppet.com/modules/fleetdm/fleetdm ### Step 2: configure Puppet to talk to Fleet using Heira -1. Create an API-only user with the GitOps role in Fleet. Instructions for creating an API-only user in Fleet are [here](./fleetctl-CLI.md#create-an-api-only-user). +1. In Fleet, create an API-only user with the global admin role. Instructions for creating an API-only user are [here](./fleetctl-CLI.md#create-an-api-only-user). 2. Get the API token for your new API-only user. Learn how [here](./fleetctl-CLI.md#get-the-api-token-of-an-api-only-user).