Project

General

Profile

User story #4330

Updated by Vincent MEMBRÉ over 10 years ago

In 2.8 I had: 

 <pre> <pre>- 
   - CentOS desktops: files 
   - CentOS desktops: packages 
   - Ubuntu servers: files 
   - Ubuntu servers: packages 
 </pre> packages</pre> 

 In 2.9 I tried: 


 * _*CentOS desktops*_ 
 ** 

 - CentOS desktops 
   - files 
 ** 
   - packages 
 * _*Ubuntu servers*_ 
 ** - Ubuntu servers 
   - files 
 ** 
   - packages 


 

 Unfortunatly that's not allowed. 

 In my humble opinion the rules names should change to ${category}.${rulename} instead of ${rulename}. You should check only if there is a rule with same name within the category. 

Back