installation
This commit is contained in:
parent
947ae2a029
commit
9d67d93107
2 changed files with 15 additions and 3 deletions
12
docs/install/requirements.txt
Normal file
12
docs/install/requirements.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
rougail==1.2.0a42
|
||||||
|
rougail-cli==0.2.0a30
|
||||||
|
rougail-output-ansible==0.2.0a17
|
||||||
|
rougail-output-console==0.2.0a18
|
||||||
|
rougail-output-doc==0.2.0a37
|
||||||
|
rougail-output-formatter==0.1.0a21
|
||||||
|
rougail-output-json==0.2.0a13
|
||||||
|
rougail-user-data-bitwarden==0.1.0a25
|
||||||
|
rougail-user-data-environment==0.1.0a14
|
||||||
|
rougail-user-data-yaml==0.2.0a15
|
||||||
|
tiramisu==5.2.0a17
|
||||||
|
tiramisu-cmdline-parser==0.7.0a3
|
||||||
|
|
@ -251,7 +251,7 @@ Most of the time, the integrator and the operator are one and the same person, h
|
||||||
|
|
||||||
In our firefox use case, the real type of the `proxy_mode` variable will be now set as a `choice` type:
|
In our firefox use case, the real type of the `proxy_mode` variable will be now set as a `choice` type:
|
||||||
|
|
||||||
.. seealso:: The definition of the :term:`choice type variable <choice type>`
|
.. seealso:: Have a look at the definition of the :term:`choice type variable <choice type>`
|
||||||
|
|
||||||
.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_004/firefox/00-proxy.yml
|
.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_004/firefox/00-proxy.yml
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
@ -299,8 +299,8 @@ The `proxy_mode` variable here, implicitely requires a value. It is a :term:`man
|
||||||
|
|
||||||
As we set the `proxy_mode` variable as `No proxy` by default, we actually have specified a value, and the value appears in yellow, which means : "set by default".
|
As we set the `proxy_mode` variable as `No proxy` by default, we actually have specified a value, and the value appears in yellow, which means : "set by default".
|
||||||
|
|
||||||
Container type
|
The constraints that come with the `choice` type
|
||||||
-----------------
|
----------------------------------------------------
|
||||||
|
|
||||||
We say that the `proxy_mode` variable is *constrained* (by the `choice` type).
|
We say that the `proxy_mode` variable is *constrained* (by the `choice` type).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue