On 07/07/2009 09:27 AM, Tom Brown wrote:
You should be able to simply do this:

#if eth0_opts == "bond0"
  ....
#end if
#if eth1_opts == "bond0"
  ....
#end if
etc.

Just make every check it's own if/end if, and don't use #else.

Also, you may want to consider changing this to a for loop, as it would
things less redundant.

  
    

thanks - making these individual if's did it, but i think its pretty 
messy but does the job for now!

_______________________________________________
cobbler mailing list
cobbler@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/cobbler
  

Though it's possible to do more with #for loops and getVar, is this the sign of something we don't have a flag for that we need one for?

i.e. what's the use case here?

--Michael