From 2f7eacb7a9e659665a90041f25f144cf8611189a Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 22 Aug 2022 22:54:04 +0200 Subject: [PATCH] doc --- docs/templating.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/templating.md b/docs/templating.md index 7940f13..5bec520 100644 --- a/docs/templating.md +++ b/docs/templating.md @@ -49,13 +49,13 @@ The following variables are available in templates: ## Variables enrichment The below variables are added to the available variables within templates. If the variable -is already set by the user (through the config file for example), it will not be overwritten. +is already set by the user (through the config file for example) it will not be overwritten. -* `os`: will contain the OS name as provided by -* `release`: will contain the OS release version as provided by -* `distro_id`: will contain the distribution ID as provided by -* `distro_version`: will contain the distribution version as provided by -* `distro_like`: will contain a space-separated list of distro IDs that are closely related to the current OS distro as provided by +* `os` will contain the OS name as provided by +* `release` will contain the OS release version as provided by +* `distro_id` will contain the distribution ID as provided by +* `distro_version` will contain the distribution version as provided by +* `distro_like` will contain a space-separated list of distro IDs that are closely related to the current OS distro as provided by ## Dotfile variables