ports/security/teleport5/files/patch-lib_defaults_defaults.go
Michael Reim efc9e9c8f2 security/teleport5: New port: Centralized access gateway using the SSH protocol
This ports main purpose is to provide an upgrade path for users to
Teleport 6 and newer versions. New installations are STRONGLY
discouraged until we have version 7.X in tree.

PR:		268604
2023-01-02 09:06:53 +01:00

11 lines
440 B
Go

--- lib/defaults/defaults.go.orig 2022-02-23 04:58:43 UTC
+++ lib/defaults/defaults.go
@@ -466,7 +466,7 @@ var (
// DataDir is where all mutable data is stored (user keys, recorded sessions,
// registered SSH servers, etc):
- DataDir = "/var/lib/teleport"
+ DataDir = "/var/db/teleport"
// StartRoles is default roles teleport assumes when started via 'start' command
StartRoles = []string{RoleProxy, RoleNode, RoleAuthService}