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:
@@ -0,0 +1,2 @@
|
||||
include:
|
||||
- ./snap.yml
|
||||
Reference in New Issue
Block a user