Compare commits
No commits in common. "014dc29e8a314b8c048b1f30ce714a50ed274608" and "81f0635ef2630d04f8fa798ce6f0eb6655ed64b9" have entirely different histories.
014dc29e8a
...
81f0635ef2
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<creole>
|
||||
<files>
|
||||
<service>risotto</service>
|
||||
<!-- Je suis un commentaire -->
|
||||
<file filelist='risotto' name='/etc/risotto/risotto.conf' mkdir='True' rm='True'/>
|
||||
<file filelist='risotto' name='/etc/systemd/system/risotto.service' mkdir='True' rm='True'/>
|
||||
<file filelist='risotto' name='/etc/eole/eole-db.d/risotto.yml' mkdir='True' rm='True'/>
|
||||
|
|
|
@ -4,9 +4,7 @@ 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
|
||||
|
|
|
@ -4,9 +4,7 @@ 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
|
||||
|
|
Loading…
Reference in New Issue