diff --git a/docs/tutorial/family.rst b/docs/tutorial/family.rst index 251b12e22..921e6c00b 100644 --- a/docs/tutorial/family.rst +++ b/docs/tutorial/family.rst @@ -205,7 +205,7 @@ otherwise we will get an error if we try to access this variable: Here is a user data file sample: -.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_022/config/03/config.yml +.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_022/config/02/config.yml :language: yaml :caption: A user file named :file:`config/03/config.yml` with a value set for the `address` variable :name: RougailAddresseVariableUserValue @@ -217,38 +217,40 @@ Here is a user data file sample: http_proxy: address: example.net +:tutorial:`Download this file from the rougail-tutorials git repository ` + Let's validate the consitency of the :term:`configuration`: -FIXME: RAW HTML HERE - -.. code-block:: text +.. raw:: html + :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_022/config/02/cmd_ro.txt :class: terminal - - rougail -v 1.1 -m firefox/ -u file -ff config/config.yaml + +.. + rougail -m firefox/ -u yaml -yf config/02/config.yml Everything is OK: -FIXME : l'ouput ne sort pas (erreur 404) - .. raw:: html - :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_022/config/03/output_rw.html + :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_022/config/02/output_ro.html :class: output .. -
╭────────────────────────── Caption ──────────────────────────╮
-    │ Variable                           Default value            │
-    │ Undocumented variable              Modified value           │
-    │ Undocumented but modified variable (Original default value) │
-    ╰─────────────────────────────────────────────────────────────╯
+    
╭──────── Caption ────────╮
+    │ Variable Default value  │
+    │          Modified value │
+    ╰─────────────────────────╯
     Variables:
-    ┣━━ 📓 proxy_mode: Manual proxy configuration (No proxy)
-    ┗━━ 📂 manual
-        ┗━━ 📂 http_proxy
-            ┗━━ 📓 address: example.net
+    ┣━━ 📓 Configure Proxy Access to the Internet: No proxy
+    ┗━━ 📂 Manual proxy configuration
+        ┗━━ 📂 HTTP Proxy
+            ┗━━ 📓 HTTP address: example.net ◀ loaded from the YAML file "config/02/config.yml"
     
-- the `proxy_mode` value is in green because its value is set by default -- the `address` value is in black because its value has been set by a user + +Let's recap about the user datas. We can see in this rougail CLI output that: + +- the `proxy_mode` value is set by default by the :term:`integrator` +- the `address` value is has been set by an :term:`operator` Variables can have parameters ---------------------------------