Merge pull request 'Fix: configure deferred setting module path correctly' (#3776) from fix-3 into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3776
This commit is contained in:
hsjobeki
2025-05-27 14:46:09 +00:00

View File

@@ -109,8 +109,8 @@ class InventoryStore:
self.inventory_file = self._flake.path / inventory_file_name
if _allowed_path_transforms is None:
_allowed_path_transforms = [
"instances.*.settings",
"instances.*.machines.*.settings",
"instances.*.roles.*.settings",
"instances.*.roles.*.machines.*.settings",
]
self._allowed_path_transforms = _allowed_path_transforms