mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Add comment regarding vars being required in blocks.
Documentation block syntax requires that at least one var be specified. This limitation should be removed but for now add a comment to describe why a bogus var is defined.
This commit is contained in:
parent
14d2f8b86c
commit
504e7d77fa
@ -1999,7 +1999,8 @@
|
|||||||
<title>Setup Passwordless SSH</title>
|
<title>Setup Passwordless SSH</title>
|
||||||
|
|
||||||
<block id="setup-ssh-intro">
|
<block id="setup-ssh-intro">
|
||||||
<block-variable-replace key="bogus">bogus !!!</block-variable-replace>
|
<!-- ??? Bogus variable is set because the syntax currently requires at least one -->
|
||||||
|
<block-variable-replace key="bogus"></block-variable-replace>
|
||||||
</block>
|
</block>
|
||||||
|
|
||||||
<execute-list host="{[host-repo1]}">
|
<execute-list host="{[host-repo1]}">
|
||||||
@ -2330,7 +2331,8 @@
|
|||||||
<title>Setup Passwordless SSH</title>
|
<title>Setup Passwordless SSH</title>
|
||||||
|
|
||||||
<block id="setup-ssh-intro">
|
<block id="setup-ssh-intro">
|
||||||
<block-variable-replace key="bogus">bogus !!!</block-variable-replace>
|
<!-- ??? Bogus variable is set because the syntax currently requires at least one -->
|
||||||
|
<block-variable-replace key="bogus"></block-variable-replace>
|
||||||
</block>
|
</block>
|
||||||
|
|
||||||
<block id="setup-ssh">
|
<block id="setup-ssh">
|
||||||
|
Loading…
Reference in New Issue
Block a user