File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -478,6 +478,21 @@ Valid if the value matches the current user.
478478Current user is calculated by running
479479.BR " id -u -n" .
480480.TP
481+ .BR hostname , " h
482+ Valid if the value matches the short hostname.
483+ Hostname is calculated by running
484+ .BR " uname -n" ,
485+ and trimming off any domain.
486+ .TP
487+ .BR class , " c
488+ Valid if the value matches the
489+ .B local.class
490+ configuration.
491+ Class must be manually set using
492+ .BR " yadm config local.class <class>" .
493+ See the CONFIGURATION section for more details about setting
494+ .BR local.class .
495+ .TP
481496.BR distro , " d
482497Valid if the value matches the distro.
483498Distro is calculated by running
@@ -495,21 +510,6 @@ Valid if the value matches the architecture.
495510Architecture is calculated by running
496511.BR " uname -m" .
497512.TP
498- .BR class , " c
499- Valid if the value matches the
500- .B local.class
501- configuration.
502- Class must be manually set using
503- .BR " yadm config local.class <class>" .
504- See the CONFIGURATION section for more details about setting
505- .BR local.class .
506- .TP
507- .BR hostname , " h
508- Valid if the value matches the short hostname.
509- Hostname is calculated by running
510- .BR " uname -n" ,
511- and trimming off any domain.
512- .TP
513513.B default
514514Valid when no other alternate is valid.
515515.TP
You can’t perform that action at this time.
0 commit comments