Install sql files

This commit is contained in:
2020-04-03 15:02:11 +02:00
parent abe783aa57
commit 34acac7bfc
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,6 @@ dbport: 5432
dbtype: postgres
dbname: %%getVar('risotto_main_dbname')
template: 'postgres'
sqlscripts: ['/usr/share/eole/db/risotto/gen/create_tables.sql']
sqlscripts: ['/usr/share/eole/db/eole-risotto/gen/create_tables.sql']
pwd_files:
- {'file': '/etc/risotto/risotto.conf', 'pattern': 'RISOTTO_DB_PASSWORD='}