summaryrefslogtreecommitdiff
path: root/vmadm.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-10-06 20:11:37 +0300
committerLars Wirzenius <liw@liw.fi>2021-10-06 20:11:37 +0300
commitb39e44b541bc70716d578009cc480a1607dc2cfa (patch)
treeb17f8845bb283f0d067dba93b267c7bcf629fca0 /vmadm.md
parent99d12b466852a72bce4f7d21bb0773bde583d92b (diff)
downloadvmadm-b39e44b541bc70716d578009cc480a1607dc2cfa.tar.gz
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
Diffstat (limited to 'vmadm.md')
-rw-r--r--vmadm.md34
1 files changed, 17 insertions, 17 deletions
diff --git a/vmadm.md b/vmadm.md
index 77978b0..018950d 100644
--- a/vmadm.md
+++ b/vmadm.md
@@ -1,3 +1,19 @@
+---
+title: "vmadm &ndash; 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 &ndash; 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
-...