diff --git a/roles/murmur/templates/mumble-server.ini.j2 b/roles/murmur/templates/mumble-server.ini.j2 index 9e05bc2..11b9eaf 100644 --- a/roles/murmur/templates/mumble-server.ini.j2 +++ b/roles/murmur/templates/mumble-server.ini.j2 @@ -242,7 +242,7 @@ allowping=true ; If you have a proper SSL certificate, you can provide the filenames here. ; Otherwise, Murmur will create its own certificate automatically. -{% if var_murmur_tls %} +{% if cfg_murmur.tls %} sslKey=/var/murmurd/tls-key.pem sslCert=/var/murmurd/tls-fullchain.pem {% else %}