Skip to content

Commit

Permalink
Update manage-users.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar5526 authored Sep 24, 2024
1 parent a9d5ec8 commit eb5434d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions how-to/manage-users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For staging and qastaging we should:
1. SSH into ``launchpad-bastion-ps5``, and switch to the ``stg-launchpad``
user by running ``sudo -iu stg-launchpad``.

2. SSH into the ``launchpad-scripts`` juju unit, by running
2. SSH into the ``launchpad-admin`` juju unit, by running
``in-model qastaging juju ssh launchpad-scripts/leader``.

3. Switch to ``launchpad`` user, by running
Expand All @@ -48,10 +48,10 @@ user by running ``sudo -iu stg-launchpad``.

.. code::
LPCONFIG=launchpad-scripts /srv/launchpad/code/utilities/anoint-team-member <username> <team-name>
LPCONFIG=launchpad-admin /srv/launchpad/code/utilities/anoint-team-member <username> <team-name>
In our example:

.. code::
LPCONFIG=launchpad-scripts /srv/launchpad/code/utilities/anoint-team-member test-user admins
LPCONFIG=launchpad-admin /srv/launchpad/code/utilities/anoint-team-member test-user admins

0 comments on commit eb5434d

Please sign in to comment.