mirror of
https://github.com/TheLocehiliosan/yadm.git
synced 2026-09-10 07:16:22 -04:00
Add local.arch to config introspection
This commit is contained in:
parent
ebb6715aad
commit
46f72c2768
|
|
@ -126,6 +126,7 @@ def supported_configs():
|
||||||
This list should be updated every time yadm learns a new config.
|
This list should be updated every time yadm learns a new config.
|
||||||
"""
|
"""
|
||||||
return [
|
return [
|
||||||
|
'local.arch',
|
||||||
'local.class',
|
'local.class',
|
||||||
'local.hostname',
|
'local.hostname',
|
||||||
'local.os',
|
'local.os',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue