Add local.arch to config introspection

This commit is contained in:
Tim Byrne 2022-02-21 14:09:57 -06:00
parent ebb6715aad
commit 46f72c2768
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
2 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,7 @@ def supported_configs():
This list should be updated every time yadm learns a new config.
"""
return [
'local.arch',
'local.class',
'local.hostname',
'local.os',

1
yadm
View File

@ -1247,6 +1247,7 @@ EOF
function introspect_configs() {
local msg
read -r -d '' msg <<-EOF
local.arch
local.class
local.hostname
local.os