mprov-ng / mprov_jobserver

The heart and soul of mProv. The mprov jobserver is the background work horse that handles all the heavy lifting.
Apache License 2.0
2 stars 1 forks source link

allow job server to include yaml config from a ".d" style dir #10

Closed jhujasonw closed 2 years ago

jhujasonw commented 2 years ago

this will allow new plugins to include things in the jobserver config without having to modify the main file.

https://github.com/tanbro/pyyaml-include

jhujasonw commented 2 years ago

something simpler, which may be adaptable: https://virantha.com/2013/09/04/pyyaml-include-yaml-files-within-yaml-files/