From d7d406ffcc25ad06232b2ce46cba38cc5e7d3906 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 14 Nov 2020 08:16:08 +0100 Subject: [PATCH] add pki informations --- tmpl/risotto.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmpl/risotto.conf b/tmpl/risotto.conf index b37c053..704af34 100644 --- a/tmpl/risotto.conf +++ b/tmpl/risotto.conf @@ -26,3 +26,7 @@ PASSWORD_ADMIN_PASSWORD="%%password_admin_password" PASSWORD_DEVICE_IDENTIFIER="%%password_device_identifier" PASSWORD_URL="https://%%nom_domaine_machine:8001/" %end if +%if %%getVar('lemur_db_name', None) +PKI_ADMIN_PASSWORD="%%lemur_admin_password" +PKI_ADMIN_EMAIL="%%lemur_admin_email" +%end if