From 10508e9be9119339a8156309a475253c1864429e Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:26:39 -0400 Subject: [PATCH] Puppet module guide: GitOps users (#23017) Looks like we forgot to update the guide when we shipped this user story: - #15337 --- articles/puppet-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/puppet-module.md b/articles/puppet-module.md index bf6a442bc1..78dc4b0c74 100644 --- a/articles/puppet-module.md +++ b/articles/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. 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). +1. In Fleet, create an API-only user with the GitOps 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).