Skip to content

Instantly share code, notes, and snippets.

@dnase
Created March 10, 2017 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnase/422e5f7e850ea9045e781d03ea4d4ad1 to your computer and use it in GitHub Desktop.
Save dnase/422e5f7e850ea9045e781d03ea4d4ad1 to your computer and use it in GitHub Desktop.

How to setup a new deploy user using Microsoft Windows

  1. Login to the Enterprise Console and create a new user. Follow up by generating a password reset link to give the user access.

  2. Add the user to the Code Deployers group in the console.

  3. Install PE client tools on the user's workstation.

  4. Start the Puppet Enterprise Client Tools Console and generate an authorization token for the user created in step 1. puppet-access login --service-url https://pupmaster01.ddi.local:4433/rbac-api --lifetime 360d

  5. Test your ability to trigger a code deploy. puppet code deploy production --wait

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment