From 29b808c70612d3d2bf4ddcdd570dbc4e524d5776 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Wed, 12 Oct 2022 11:49:53 -0500 Subject: [PATCH] Fix table formatting. --- doc/variables.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/variables.yaml b/doc/variables.yaml index daa5d33b..8d3b1571 100644 --- a/doc/variables.yaml +++ b/doc/variables.yaml @@ -2145,12 +2145,12 @@ values: The following list shows sample usage of the templates defined above, with the equivalent syntax when not using any template at all: - Using template Same without template - --------------------------------------------- ------------------------------------------ - ${template0 node name} $nodename - ${template1 root /} root: ${fs_free /} / ${fs_size /} - ${template1 ${template2 disk root} /} disk root: ${fs_free /} / ${fs_size /} - --------------------------------------------- ------------------------------------------ + | Using template | Same without template | + |-----------------------------------------------|--------------------------------------------| + | `${template0 node name}` | `$nodename` | + | `${template1 root /}` | `root: ${fs_free /} / ${fs_size /}` | + | `${template1 ${template2 disk root} /}` | `disk root: ${fs_free /} / ${fs_size /}` | + | --------------------------------------------- | ------------------------------------------ | args: - (arg1) - (arg2)