Closed johrstrom closed 4 years ago
No that should be fine.
Closing this PR as we're coming up with a stronger strategy around viewing module output and determining dependencies. Please use #28 for any discussion on the feature design if there's no open PR.
Do you see any problem with using the output of module -t spider as a way to validate in the submit.yml.erb? The output could be added to the cluster configs (without the slashes).
For example
produces output like
which could be added to the custom section in the cluster config like
And then in the submit.yml.erb you can just do a split on whitespace on the input value of the custom modules and verify that the modules specified fit in that array.