Created attachment 1009658 [details] cluster.conf with tomcat resource Description of problem: Conversion of cluster.conf containing a tomcat-6 resource results in clufter crashing due to missing xsl:choose closing tag and missing definitions of $system{,_1,_2} variables in the filter's XSLT snippet. Version-Release number of selected component (if applicable): clufter next branch f5fa0f8fccacb1bdc76ec792df34f9bf373f8229 How reproducible: always Steps to Reproduce: 1. try to ccs2pcs convert the attached cluster.conf Actual results: clufter crash Expected results: successfull conversion Additional info:
See [bug 1208128 comment 1] wrt. "$system{,_1,_2} variables". Rest is easy fix.
Fixed upstream as of https://github.com/jnpkrn/clufter/commit/b72ebec3f614cc19962fdb23300256f7e2bcc84e Re [comment 1]: See [bug 1207345 comment 9] (+ [bug 1207345 comment 12]).