simplify normalize_family

This commit is contained in:
2020-12-23 11:28:43 +01:00
parent 0e08757e22
commit afdc19887f
8 changed files with 33 additions and 60 deletions

View File

@ -1,8 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<rougail>
<services/>
<variables>
<family name="general">
<variable name="mode_conteneur_actif" type="oui/non" description="No change">
@ -15,14 +12,10 @@
<variable name="follower2" type="string" description="follower2"/>
</family>
</variables>
<constraints>
<group leader="leader">
<follower>follower1</follower>
<follower>follower2</follower>
</group>
</constraints>
<help/>
</rougail>

View File

@ -1,17 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<rougail>
<services/>
<variables>
<family name="general-1">
<variable name="leader" redefine="True" mandatory="True"/>
</family>
</variables>
<constraints>
</constraints>
<help/>
</rougail>