Skip to content

Commit

Permalink
Add local.arch to config introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLocehiliosan committed Feb 21, 2022
1 parent ebb6715 commit 46f72c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions yadm
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,7 @@ EOF
function introspect_configs() {
local msg
read -r -d '' msg <<-EOF
local.arch
local.class
local.hostname
local.os
Expand Down

0 comments on commit 46f72c2

Please sign in to comment.