config: support for including files & directories (conf.d) (#856)

This PR allows for the distribution of zrepl job definitions across
multiple YAML files that are included from the main config.

```
global: ...
include:
- ./zrepl.yml.d
- /opt/zrepl.yml
- ...
```

Refer to the docs changes for details.

Co-authored-by: Christian Schwarz <me@cschwarz.com>
This commit is contained in:
Zeyad Tamimi
2026-01-19 00:19:54 -08:00
committed by GitHub
parent 3f751277c2
commit 4d6583ea5f
6 changed files with 169 additions and 4 deletions
+2
View File
@@ -0,0 +1,2 @@
include:
- ./snap.yml