mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
kandra: Add missing variable used in the template.
This commit is contained in:
committed by
Tim Abbott
parent
258003a1c8
commit
9073ad3cc5
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user