ityonemo / realbook

imperative server provisioning for elixir
Other
11 stars 1 forks source link

What to do if someone wants to conditionally run different modules. #6

Open ityonemo opened 4 years ago

ityonemo commented 4 years ago

configuration a -> requires module [a, b, c, d] configuration b -> requires module [a, b, e, d]

Write a way to embed submodules and call them easily.

ityonemo commented 4 years ago

solution should work alongside https://github.com/ityonemo/realbook/issues/7