Skip to content

Commit

Permalink
Add comment regarding vars being required in blocks.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dwsteele committed Nov 14, 2018
1 parent 14d2f8b commit 504e7d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/xml/user-guide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1999,7 +1999,8 @@
<title>Setup Passwordless SSH</title>

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

<execute-list host="{[host-repo1]}">
Expand Down Expand Up @@ -2330,7 +2331,8 @@
<title>Setup Passwordless SSH</title>

<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 id="setup-ssh">
Expand Down

0 comments on commit 504e7d7

Please sign in to comment.