diff --git a/tmpl/risotto.yml b/tmpl/risotto.yml index 8f8e7c1..051a540 100644 --- a/tmpl/risotto.yml +++ b/tmpl/risotto.yml @@ -4,7 +4,9 @@ dbuser: %%getVar('risotto_db_user') dbuser_options: - LOGIN privileges: + %%{dbname}.public.*: 'ALL' %%{dbname}.public: 'ALL' + %%{dbname}: 'ALL' dbhost: %%getVar('risotto_db_address') dbport: 5432 dbtype: postgres diff --git a/tmpl/tiramisu.yml b/tmpl/tiramisu.yml index a97cebf..062d9d1 100644 --- a/tmpl/tiramisu.yml +++ b/tmpl/tiramisu.yml @@ -4,7 +4,9 @@ dbuser: %%getVar('risotto_tiramisu_db_user') dbuser_options: - LOGIN privileges: + %%{dbname}.public.*: 'ALL' %%{dbname}.public: 'ALL' + %%{dbname}: 'ALL' dbhost: %%getVar('risotto_db_address') dbport: 5432 dbtype: postgres