Skip to content

Commit

Permalink
Fix table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLocehiliosan committed Feb 21, 2022
1 parent b7c5294 commit 82bfd5e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions yadm.1
Original file line number Diff line number Diff line change
Expand Up @@ -659,16 +659,16 @@ to create or overwrite files.

During processing, the following variables are available in the template:

Default Jinja or ESH Description
------------- ------------- --------------------------
yadm.class YADM_CLASS Locally defined yadm class
yadm.distro YADM_DISTRO lsb_release -si
Default Jinja or ESH Description
------------- ------------- --------------------------
yadm.class YADM_CLASS Locally defined yadm class
yadm.distro YADM_DISTRO lsb_release -si
yadm.distro_family YADM_DISTRO_FAMILY ID_LIKE from /etc/os-release
yadm.hostname YADM_HOSTNAME uname -n (without domain)
yadm.arch YADM_ARCH uname -m
yadm.os YADM_OS uname -s
yadm.user YADM_USER id -u -n
yadm.source YADM_SOURCE Template filename
yadm.hostname YADM_HOSTNAME uname -n (without domain)
yadm.arch YADM_ARCH uname -m
yadm.os YADM_OS uname -s
yadm.user YADM_USER id -u -n
yadm.source YADM_SOURCE Template filename

.BR NOTE :
The OS for "Windows Subsystem for Linux" is reported as "WSL", even
Expand Down

0 comments on commit 82bfd5e

Please sign in to comment.