fixup: cloud init: correct header syntax

The header markup need to be the same length as the header itself,
else we may get an incorrect output in the following lines.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-05-14 14:41:04 +02:00
parent 0068e6adbe
commit a3cc933160

View File

@ -38,7 +38,7 @@ recommended to add a serial console and use it as display for those VMs.
Preparing Cloud-Init Templates Preparing Cloud-Init Templates
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The first step is to prepare your VM. Basically you can use any VM. The first step is to prepare your VM. Basically you can use any VM.
Simply install the Cloud-Init packages inside the VM that you want to Simply install the Cloud-Init packages inside the VM that you want to
@ -107,7 +107,7 @@ qm template 9000
Deploying Cloud-Init Templates Deploying Cloud-Init Templates
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[thumbnail="gui-cloudinit-config.png"] [thumbnail="gui-cloudinit-config.png"]