diff --git a/_docs/070_templates.md b/_docs/070_templates.md index 443994b..47a8d8d 100644 --- a/_docs/070_templates.md +++ b/_docs/070_templates.md @@ -41,6 +41,7 @@ When template processors run, they will be provided the following set of data. | - | - | - | - | | `yadm.class` | `YADM_CLASS` | Locally defined yadm class | yadm config local.class | | `yadm.distro` | `YADM_DISTRO` | Distribution | lsb_release ‑si
or /etc/os-release | +| `yadm.distro_family` | `YADM_DISTRO_FAMILY` | Distribution Family | `ID_LIKE` from/etc/os‑release | | `yadm.hostname` | `YADM_HOSTNAME` | Hostname | uname ‑n (without domain) | | `yadm.os` | `YADM_OS` | Operating system | uname ‑s * | | `yadm.user` | `YADM_USER` | Current user | id ‑u ‑n |