Skip to content

Commit

Permalink
Update Teleport docs location for etc/teleport.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
benarent authored and russjones committed May 21, 2019
1 parent 7fff546 commit 36013d1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/1.3/admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ There are two ways to create invitation tokens:
You can pick your own tokens and add them to the auth server's config file:

```bash
# Config section in `/etc/teleport/teleport.yaml` file for the auth server
# Config section in `/etc/teleport.yaml` file for the auth server
auth_service:
enabled: true
#
Expand Down
2 changes: 1 addition & 1 deletion docs/2.0/admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ There are two ways to create invitation tokens:
You can pick your own tokens and add them to the auth server's config file:

```bash
# Config section in `/etc/teleport/teleport.yaml` file for the auth server
# Config section in `/etc/teleport.yaml` file for the auth server
auth_service:
enabled: true
#
Expand Down
2 changes: 1 addition & 1 deletion docs/2.3/admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ There are two ways to create invitation tokens:
You can pick your own tokens and add them to the auth server's config file:

```bash
# Config section in `/etc/teleport/teleport.yaml` file for the auth server
# Config section in `/etc/teleport.yaml` file for the auth server
auth_service:
enabled: true
#
Expand Down
2 changes: 1 addition & 1 deletion docs/2.4/admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ There are two ways to create invitation tokens:
You can pick your own tokens and add them to the auth server's config file:

```bash
# Config section in `/etc/teleport/teleport.yaml` file for the auth server
# Config section in `/etc/teleport.yaml` file for the auth server
auth_service:
enabled: true
#
Expand Down
2 changes: 1 addition & 1 deletion docs/2.5/admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ Static tokens are defined ahead of time by an administrator and stored
in the auth server's config file:

```bash
# Config section in `/etc/teleport/teleport.yaml` file for the auth server
# Config section in `/etc/teleport.yaml` file for the auth server
auth_service:
enabled: true
tokens:
Expand Down
2 changes: 1 addition & 1 deletion docs/2.7/admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ Static tokens are defined ahead of time by an administrator and stored
in the auth server's config file:

```bash
# Config section in `/etc/teleport/teleport.yaml` file for the auth server
# Config section in `/etc/teleport.yaml` file for the auth server
auth_service:
enabled: true
tokens:
Expand Down
2 changes: 1 addition & 1 deletion docs/3.0/admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ Static tokens are defined ahead of time by an administrator and stored
in the auth server's config file:

```yaml
# Config section in `/etc/teleport/teleport.yaml` file for the auth server
# Config section in `/etc/teleport.yaml` file for the auth server
auth_service:
enabled: true
tokens:
Expand Down
2 changes: 1 addition & 1 deletion docs/3.1/admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ Static tokens are defined ahead of time by an administrator and stored
in the auth server's config file:

```yaml
# Config section in `/etc/teleport/teleport.yaml` file for the auth server
# Config section in `/etc/teleport.yaml` file for the auth server
auth_service:
enabled: true
tokens:
Expand Down
2 changes: 1 addition & 1 deletion docs/3.2/admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ Static tokens are defined ahead of time by an administrator and stored
in the auth server's config file:

```yaml
# Config section in `/etc/teleport/teleport.yaml` file for the auth server
# Config section in `/etc/teleport.yaml` file for the auth server
auth_service:
enabled: true
tokens:
Expand Down

0 comments on commit 36013d1

Please sign in to comment.