update template tests

This commit is contained in:
2020-07-08 13:18:49 +02:00
parent 8ed035c7ff
commit b021460b94
16 changed files with 137 additions and 248 deletions

View File

@ -1,53 +1,35 @@
<?xml version='1.0' encoding='UTF-8'?>
<creole>
<family name="services">
<family name="service0" doc="test">
<family doc="files" name="files">
<family doc="file0" name="file0">
<variable doc="" multi="False" name="group" type="string">
<property>mandatory</property>
<rougail>
<family name="services" doc="services">
<property>hidden</property>
<family doc="test" name="test">
<family name="files" doc="files">
<family doc="mailname" name="mailname">
<variable doc="group" multi="False" name="group" type="string">
<value>root</value>
</variable>
<variable doc="" multi="False" name="mkdir" type="boolean">
<property>mandatory</property>
<value>False</value>
</variable>
<variable doc="" multi="False" name="mode" type="string">
<property>mandatory</property>
<variable doc="mode" multi="False" name="mode" type="string">
<value>0644</value>
</variable>
<variable multi="False" name="name" opt="creole.general.file_name" type="symlink">
<property>mandatory</property>
</variable>
<variable doc="" multi="False" name="owner" type="string">
<property>mandatory</property>
<variable multi="False" name="name" opt="rougail.general.file_name" type="symlink"/>
<variable doc="owner" multi="False" name="owner" type="string">
<value>root</value>
</variable>
<variable doc="" multi="False" name="rm" type="boolean">
<property>mandatory</property>
<value>False</value>
</variable>
<variable doc="" multi="False" name="source" type="string">
<property>mandatory</property>
<variable doc="source" multi="False" name="source" type="string">
<value>mailname</value>
</variable>
<variable doc="" multi="False" name="templating" type="boolean">
<property>mandatory</property>
<variable doc="templating" multi="False" name="templating" type="boolean">
<value>True</value>
</variable>
<variable multi="False" name="variable" opt="creole.general.var" type="symlink">
<property>mandatory</property>
</variable>
<variable doc="" multi="False" name="activate" type="boolean">
<property>mandatory</property>
<variable multi="False" name="variable" opt="rougail.general.var" type="symlink"/>
<variable doc="activate" multi="False" name="activate" type="boolean">
<value>True</value>
</variable>
</family>
</family>
<property>basic</property>
</family>
</family>
<family doc="" name="creole">
<family doc="rougail" name="rougail">
<family doc="général" name="general">
<property>normal</property>
<variable doc="No change" multi="False" name="mode_conteneur_actif" type="choice">
@ -75,4 +57,4 @@
</family>
<separators/>
</family>
</creole>
</rougail>

View File

@ -1,4 +1,4 @@
C /etc/mailname 0644 root root - -
C /etc/mailname 0644 root root - rougail.conf/etc/mailname
z /etc/mailname - - - - -
C /etc/mailname2 0644 root root - -
C /etc/mailname2 0644 root root - rougail.conf/etc/mailname2
z /etc/mailname2 - - - - -