use standard name and slug for services (#23908)

This commit is contained in:
Emmanuel Cazenave 2018-05-17 18:25:11 +02:00
parent 563ac9176e
commit 9917bc3d50
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@
- name: copies a cook json template
template:
src: templates/hobo-manage-recipe-with-wcs.j2
src: templates/cook-recipe.j2
dest: "{{wcs_dev_template_path}}"
- name: Run command hobo-manage to initiate the development subdomains and a super-user

View File

@ -18,7 +18,7 @@
}},
{"create-combo": {
"url": "https://{{tenants_conf['user-combo']}}/",
"title": "Portail Citoyen",
"title": "Portail",
"template_name": "portal-user"
}},
{"create-combo": {
@ -30,7 +30,7 @@
{"create-wcs": {
"url": "https://{{tenants_conf['demarches-wcs']}}/",
"template_name": "{{wcs_skeleton_filename}}",
"slug": "services",
"slug": "eservices",
"title": "Démarches"
}},
{"create-passerelle": {

View File

@ -1,4 +1,4 @@
wcs_dev_template_path: /tmp/hobo-manage-recipe-with-wcs.json
wcs_dev_template_path: /tmp/cook-recipe.json
wcs_skeleton_filename: publik.zip
wcs_error_email: ""
wcs_language: "fr"