Compare commits

..

No commits in common. "9a7b97390b57425a76ec3321c132a7204d921fe7" and "a2e81a0cb938cb1d3899e8efadb8cc6c08bc6d03" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View File

@ -2,9 +2,6 @@
<creole> <creole>
<files> <files>
<service>risotto</service> <service>risotto</service>
<service_access service='risotto'>
<port>8080</port>
</service_access>
<file name='/etc/risotto/risotto.conf' owner="risotto" mkdir='True' rm='True'/> <file name='/etc/risotto/risotto.conf' owner="risotto" mkdir='True' rm='True'/>
<file name='/etc/eole/eole-db.d/risotto.yml' mkdir='True' rm='True'/> <file name='/etc/eole/eole-db.d/risotto.yml' mkdir='True' rm='True'/>
<file name='/etc/eole/eole-db.d/tiramisu.yml'/> <file name='/etc/eole/eole-db.d/tiramisu.yml'/>

View File

@ -8,7 +8,6 @@ RISOTTO_DB_PASSWORD=replace_me
TIRAMISU_DB_NAME="%%risotto_tiramisu_dbname" TIRAMISU_DB_NAME="%%risotto_tiramisu_dbname"
TIRAMISU_DB_USER="%%risotto_tiramisu_db_user" TIRAMISU_DB_USER="%%risotto_tiramisu_db_user"
TIRAMISU_DB_PASSWORD=replace_me TIRAMISU_DB_PASSWORD=replace_me
RISOTTO_URL="http://%%nom_domaine_machine:8080/"
DB_ADDRESS="%%risotto_db_address" DB_ADDRESS="%%risotto_db_address"
MESSAGE_PATH="%%risotto_messages_dir" MESSAGE_PATH="%%risotto_messages_dir"
CACHE_ROOT_PATH="%%risotto_cache_dir" CACHE_ROOT_PATH="%%risotto_cache_dir"