Skip to content

Commit

Permalink
Respond to r0mant feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgott committed Jun 24, 2024
1 parent 39e43f4 commit 444a616
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/pages/upgrading/automatic-agent-updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ Server ID Hostname Services Version Upgrader
```

Note that the `inventory ls` command will also list `teleport-auth` and
`teleport-proxy` services. These services are managed by the Teleport team, and
updates will be performed automatically.
`teleport-proxy` services. If you use managed Teleport Enterprise, the Teleport
team updates these services automatically.

## Step 3/4. Enroll agents on Linux servers in automatic updates

Expand Down Expand Up @@ -184,14 +184,14 @@ updates will be performed automatically.
to enroll into automatic updates:

<Tabs>
<TabItem label="Cloud-Hosted">
<TabItem label="Managed Teleport Enterprise">

```code
$ curl https://goteleport.com/static/install.sh | bash -s ${TELEPORT_VERSION?} cloud
```

</TabItem>
<TabItem label="Self-Hosted">
<TabItem label="Self-Hosted Teleport Enterprise">

```code
$ curl https://goteleport.com/static/install.sh | bash -s ${TELEPORT_VERSION?} enterprise
Expand Down

0 comments on commit 444a616

Please sign in to comment.