From 31e2ce56bc0dc7d014284877d81e73e3023123b0 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Thu, 23 Dec 2021 15:42:08 -0600 Subject: [PATCH] Support "arch" variable in built-in templates --- yadm | 1 + 1 file changed, 1 insertion(+) diff --git a/yadm b/yadm index 0a242cf..bd1cf9c 100755 --- a/yadm +++ b/yadm @@ -365,6 +365,7 @@ function template_default() { BEGIN { blank = "[ ]" c["class"] = class + c["arch"] = arch c["os"] = os c["hostname"] = host c["user"] = user