|
---
|
|
dbuser: %%getVar('risotto_tiramisu_db_user')
|
|
dbhost: %%getVar('risotto_db_address')
|
|
dbport: 5432
|
|
dbtype: postgres
|
|
dbname: %%getVar('risotto_tiramisu_dbname')
|
|
template: 'postgres'
|
|
pwd_files:
|
|
- {'file': '/etc/risotto/risotto.conf', 'pattern': 'TIRAMISU_DB_PASSWORD='}
|
|
|