Support "arch" variable in built-in templates
This commit is contained in:
parent
85e05d311a
commit
31e2ce56bc
1 changed files with 1 additions and 0 deletions
1
yadm
1
yadm
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue