From b39e44b541bc70716d578009cc480a1607dc2cfa Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 6 Oct 2021 20:11:37 +0300 Subject: fix(vmadm.md): expand tab to spaces This fixes a YAML parsing problem. I don't know why it hasn't be a problem before. Sponsored-by: author --- vmadm.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'vmadm.md') diff --git a/vmadm.md b/vmadm.md index 77978b0..018950d 100644 --- a/vmadm.md +++ b/vmadm.md @@ -1,3 +1,19 @@ +--- +title: "vmadm – virtual machine administration" +author: "Lars Wirzenius" +template: python +bindings: + - subplot/vmadm.yaml + - lib/files.yaml + - lib/runcmd.yaml +functions: + - subplot/vmadm.py + - lib/files.py + - lib/runcmd.py +classes: +- json +... + # Data files for scenarios This section has some data files used by scenarios. @@ -153,7 +169,7 @@ then directories actual/init-test and expected/init-test are identical ~~~{#init.yaml .file .yaml} init-test: ssh_key_files: - - .ssh/id_rsa.pub + - .ssh/id_rsa.pub rsa_host_key: rsa-private rsa_host_cert: rsa-certificate dsa_host_key: dsa-private @@ -334,19 +350,3 @@ foo: This is a document meant to be processed with [Subplot][] into an HTML document, a PDF document, and an executable program. - ---- -title: "vmadm – virtual machine administration" -author: "Lars Wirzenius" -template: python -bindings: - - subplot/vmadm.yaml - - lib/files.yaml - - lib/runcmd.yaml -functions: - - subplot/vmadm.py - - lib/files.py - - lib/runcmd.py -classes: -- json -... -- cgit v1.2.1