Make order of attributes match precedence
This commit is contained in:
parent
4caf5f681e
commit
2f00dabcdb
1 changed files with 15 additions and 15 deletions
30
yadm.1
30
yadm.1
|
@ -478,6 +478,21 @@ Valid if the value matches the current user.
|
|||
Current user is calculated by running
|
||||
.BR "id -u -n" .
|
||||
.TP
|
||||
.BR hostname , " h
|
||||
Valid if the value matches the short hostname.
|
||||
Hostname is calculated by running
|
||||
.BR "uname -n" ,
|
||||
and trimming off any domain.
|
||||
.TP
|
||||
.BR class , " c
|
||||
Valid if the value matches the
|
||||
.B local.class
|
||||
configuration.
|
||||
Class must be manually set using
|
||||
.BR "yadm config local.class <class>" .
|
||||
See the CONFIGURATION section for more details about setting
|
||||
.BR local.class .
|
||||
.TP
|
||||
.BR distro , " d
|
||||
Valid if the value matches the distro.
|
||||
Distro is calculated by running
|
||||
|
@ -495,21 +510,6 @@ Valid if the value matches the architecture.
|
|||
Architecture is calculated by running
|
||||
.BR "uname -m" .
|
||||
.TP
|
||||
.BR class , " c
|
||||
Valid if the value matches the
|
||||
.B local.class
|
||||
configuration.
|
||||
Class must be manually set using
|
||||
.BR "yadm config local.class <class>" .
|
||||
See the CONFIGURATION section for more details about setting
|
||||
.BR local.class .
|
||||
.TP
|
||||
.BR hostname , " h
|
||||
Valid if the value matches the short hostname.
|
||||
Hostname is calculated by running
|
||||
.BR "uname -n" ,
|
||||
and trimming off any domain.
|
||||
.TP
|
||||
.B default
|
||||
Valid when no other alternate is valid.
|
||||
.TP
|
||||
|
|
Loading…
Reference in a new issue