Compare commits

...

5 Commits

3 changed files with 6 additions and 0 deletions

1
debian/control vendored
View File

@ -28,6 +28,7 @@ Package: eole-risotto-all
Architecture: any
Depends: ${misc:Depends},
eole-risotto,
eole-risotto-setting,
python3-risotto-user,
python3-risotto-setting,
python3-risotto-provider,

View File

@ -1,5 +1,6 @@
[Unit]
Description=risotto
After=postgresql.service
[Service]
ExecStart=/usr/bin/risotto-server

View File

@ -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