Compare commits
No commits in common. "20fcc89840e9a89a0948cea7e76d510210a4e402" and "38fbfe1f61a218744e5985b135be537311774249" have entirely different histories.
20fcc89840
...
38fbfe1f61
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<creole>
|
<creole>
|
||||||
<files>
|
<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/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/systemd/system/risotto.service' mkdir='True' rm='True'/>
|
||||||
<file filelist='risotto' name='/etc/eole/eole-db.d/risotto.yml' 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:
|
dbuser_options:
|
||||||
- LOGIN
|
- LOGIN
|
||||||
privileges:
|
privileges:
|
||||||
%%{dbname}.public.*: 'ALL'
|
|
||||||
%%{dbname}.public: 'ALL'
|
%%{dbname}.public: 'ALL'
|
||||||
%%{dbname}: 'ALL'
|
|
||||||
dbhost: %%getVar('risotto_db_address')
|
dbhost: %%getVar('risotto_db_address')
|
||||||
dbport: 5432
|
dbport: 5432
|
||||||
dbtype: postgres
|
dbtype: postgres
|
||||||
|
|
|
@ -4,9 +4,7 @@ dbuser: %%getVar('risotto_tiramisu_db_user')
|
||||||
dbuser_options:
|
dbuser_options:
|
||||||
- LOGIN
|
- LOGIN
|
||||||
privileges:
|
privileges:
|
||||||
%%{dbname}.public.*: 'ALL'
|
|
||||||
%%{dbname}.public: 'ALL'
|
%%{dbname}.public: 'ALL'
|
||||||
%%{dbname}: 'ALL'
|
|
||||||
dbhost: %%getVar('risotto_db_address')
|
dbhost: %%getVar('risotto_db_address')
|
||||||
dbport: 5432
|
dbport: 5432
|
||||||
dbtype: postgres
|
dbtype: postgres
|
||||||
|
|
Loading…
Reference in New Issue