mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Docs: fix apt_proxy
plugin's README
`address` and `port` description were being rendered as bold because of an extra space indenting its `required` note. Also escaped `true`/`false` terms for the `persistent` option.
This commit is contained in:
parent
e409115b25
commit
b3cda5e859
1 changed files with 4 additions and 4 deletions
|
@ -11,9 +11,9 @@ Settings
|
|||
~~~~~~~~
|
||||
|
||||
- ``address``: The IP or host of the proxy server.
|
||||
``required``
|
||||
``required``
|
||||
- ``port``: The port (integer) of the proxy server.
|
||||
``required``
|
||||
``required``
|
||||
- ``username``: The username for authentication against the proxy server.
|
||||
This is ignored if ``password`` is not also set.
|
||||
``optional``
|
||||
|
@ -22,6 +22,6 @@ Settings
|
|||
``optional``
|
||||
- ``persistent``: Whether the proxy configuration file should remain on
|
||||
the machine or not.
|
||||
Valid values: true, false
|
||||
Default: ``false``
|
||||
Valid values: ``true``, ``false``
|
||||
Default: ``false``.
|
||||
``optional``
|
||||
|
|
Loading…
Add table
Reference in a new issue