better lemur integration
This commit is contained in:
@ -26,6 +26,7 @@ LEMUR_ALLOWED_DOMAINS = []
|
||||
|
||||
LEMUR_EMAIL = '%%lemur_admin_email'
|
||||
LEMUR_SECURITY_TEAM_EMAIL = []
|
||||
LEMUR_EMAIL_SENDER = 'smtp'
|
||||
|
||||
# Certificate Defaults
|
||||
|
||||
|
@ -16,3 +16,7 @@ sqlscripts:
|
||||
- /usr/share/eole/db/lemur/gen/lemur.sql
|
||||
pwd_files:
|
||||
- {'file': '/etc/lemur/lemur.conf.py', 'pattern': "SQLALCHEMY_DATABASE_PASSWORD = '"}
|
||||
%set %%var = %%getVar('risotto_main_dbname', None)
|
||||
%if not %%is_empty(%%var)
|
||||
- {'file': '/etc/risotto/risotto.conf', 'pattern': "LEMUR_DB_PASSWORD='"}
|
||||
%end if
|
||||
|
Reference in New Issue
Block a user