|
|
|
@@ -130,6 +130,10 @@ matrix_mautrix_signal_configuration_extension: "{{ matrix_mautrix_signal_configu |
|
|
|
# You most likely don't need to touch this variable. Instead, see `matrix_mautrix_signal_configuration_yaml`. |
|
|
|
matrix_mautrix_signal_configuration: "{{ matrix_mautrix_signal_configuration_yaml|from_yaml|combine(matrix_mautrix_signal_configuration_extension, recursive=True) }}" |
|
|
|
|
|
|
|
# Prevents the puppet from breaking when the signal security nuber changes. |
|
|
|
# The new security nuber will marked as trusted_unverified if this is set to true |
|
|
|
matrix_mautrix_signal_deamon_trust_new_security_nuber: false |
|
|
|
|
|
|
|
matrix_mautrix_signal_registration_yaml: "{{ lookup('template', 'templates/registration.yaml.j2') }}" |
|
|
|
|
|
|
|
matrix_mautrix_signal_registration: "{{ matrix_mautrix_signal_registration_yaml|from_yaml }}" |
|
|
|
|