4d6583ea5f
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>
3 lines
25 B
YAML
3 lines
25 B
YAML
include:
|
|
- ./include.d
|