Although I don't really know if this is the best solution for you
Hi friends,I have an issue where that I receive error Error 400 on SERVER: Cannot reassign variable name on node app1. When I run the agent on admin1 it works fine, but when I run the agent on app1 it give me the error.Having read few forum posts it seems this is most likely that the same resource is used. resource network::if::static is used with eth0 in the same class when it runs for admin1 and app1. I believe when it run on admin1 variables are used without any problem and when it run on app1 it find the variable has been used for admin1.
Hi John,Thanks a lot for the information. I checked the variables and could not find anything defined twice.In my workaround I updated the module code slightly and managed to fix the issue I face.
Though I haven't dive deep in module code it seems having title variable repeated with value "eth0" when it runs for each server seems.