mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
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
11 lines
440 B
Go
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}
|