1
0
Fork 0
mirror of synced 2025-01-08 14:11:06 -05:00

Support "arch" variable in built-in templates

This commit is contained in:
Tim Byrne 2021-12-23 15:42:08 -06:00
parent 85e05d311a
commit 31e2ce56bc
No known key found for this signature in database
GPG key ID: 14DB4FC2465A4B12

1
yadm
View file

@ -365,6 +365,7 @@ function template_default() {
BEGIN { BEGIN {
blank = "[ ]" blank = "[ ]"
c["class"] = class c["class"] = class
c["arch"] = arch
c["os"] = os c["os"] = os
c["hostname"] = host c["hostname"] = host
c["user"] = user c["user"] = user