1
0
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:
David Steele 2018-11-14 08:13:01 -05:00
parent 14d2f8b86c
commit 504e7d77fa

View File

@ -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">