global-config: support loading snippets

This adds support for loading snippets, which need a name starting with
"global-config-overlay.d/". This allows to split off configuration if
desired.
This commit is contained in:
Christian Hesse 2024-03-08 09:33:17 +01:00
parent e39e8a0083
commit a7cb3e520a
4 changed files with 17 additions and 1 deletions

View file

@ -12,7 +12,7 @@
:local ScriptName [ :jobname ];
# expected configuration version
:global ExpectedConfigVersion 121;
:global ExpectedConfigVersion 122;
# global variables not to be changed by user
:global GlobalFunctionsReady false;