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

Setup structure for allowing plugins to read sections from the config file #11

Closed jhujasonw closed 2 years ago

jhujasonw commented 2 years ago

Plugs need to be able to pull their config in from the config file. Part of this can be linked with #10 so that they store their config in separate files, but they need to be able to parse that information out of the config data. Should be easy as that data should be available on the jobserver class passed to each plugin.