I was trying to switch our ParaView app over to auto_modules and was having quite a time with it. The documentation is emphatic that capitalization matters. Since our modules are called “ParaView” I made sure that in form.yml I had auto_modules_ParaView. (if I wrote it lowercase, no versions showed up). So far so good.
Next I went to the script.sh.erb and tried to reference <%= context.auto_modules_ParaView %> and got an error. After some digging, I finally figured out that I needed to reference <%= context.auto_modules_paraview %> instead.
Does anyone know if this is the expected behavior, that the case in form.yml does not match the case in script.sh.erb?
Thanks!
-Brad