-
Notifications
You must be signed in to change notification settings - Fork 3
Description
All the recent changes to this torque module are all very nice. I don't necessarily think the modules should work out of the box, but I think there should be some instructions to make them work. One of the design goals I think should be that anyone could look in params.pp and see what parameters were needed. There are at least some parameters that are undocumented, e.g. "torque_queues"
Also I think this module should work when there are no queues yet defined on the server when running some of the Execs that are defined. This just seemed to need a bit of error handling in the custom ruby. I am not sure about pushing partial fixes that I cant possibly test, so I am leaving that for now. I seem to be getting the following error:
Error: Could not retrieve local facts: private method `split' called for nil:NilClass
Finally, there should be the option not to manage the maui config file or the queues. In the spirit of collaboration on all of this, I was indenting to add this and push it up as a pull request, but I don't think I am the best person to handle this