From dd6654595f498d9bc2c43961839337c35b873855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 8 Oct 2021 13:05:15 +0200 Subject: [PATCH] toodego: add saint-priest prod (#42930) --- grandlyon/recipes/prod/saint-priest.json | 53 ++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 grandlyon/recipes/prod/saint-priest.json diff --git a/grandlyon/recipes/prod/saint-priest.json b/grandlyon/recipes/prod/saint-priest.json new file mode 100644 index 0000000..7084121 --- /dev/null +++ b/grandlyon/recipes/prod/saint-priest.json @@ -0,0 +1,53 @@ +{ + "variables": { + "commune": "saint-priest", + "title": "Saint-Priest" + }, + "steps": [ + {"create-hobo": { + "url": "https://hobo.toodego.com/" + }}, + {"create-hobo": { + "url": "https://hobo-${commune}.toodego.com/", + "title": "${title}", + "slug": "hobo-${commune}" + }}, + {"set-idp": { + }}, + {"create-combo": { + "url": "https://${commune}.toodego.com/", + "title": "Portail", + "template_name": "portal-user" + }}, + {"create-combo": { + "url": "https://agents-${commune}.toodego.com/", + "slug": "portal-agent", + "title": "Portail Agent", + "template_name": "portal-agent" + }}, + {"create-chrono": { + "url": "https://agendas-${commune}.toodego.com/", + "title": "Agendas" + }}, + {"create-wcs": { + "url": "https://demarches-${commune}.toodego.com/", + "slug": "eservices", + "title": "Démarches", + "template_name": "modele.zip" + }}, + {"create-bijoe": { + "url": "https://statistiques-${commune}.toodego.com/", + "title": "Statistiques" + }}, + {"create-passerelle": { + "url": "https://passerelle-${commune}.toodego.com/", + "title": "Passerelle" + }}, + {"set-theme": { + "theme": "toodego" + }}, + {"cook": { + "filename": "attributes.json" + }} + ] +}