kandra: Add missing variable used in the template.

This commit is contained in:
Alex Vandiver
2025-04-02 11:17:00 -04:00
committed by Tim Abbott
parent 258003a1c8
commit 9073ad3cc5

View File

@@ -6,6 +6,7 @@ class kandra::teleport::db {
include kandra::teleport::base
$fqdn = $facts['networking']['fqdn']
$hostname = $facts['networking']['hostname']
$is_ec2 = zulipconf('machine', 'hosting_provider', 'ec2') == 'ec2'
$join_token = zulipsecret('secrets', 'teleport_join_token', '')
file { '/etc/teleport_db.yaml':