43 lines
1.2 KiB
XML
43 lines
1.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<creole>
|
||
|
|
||
|
<containers>
|
||
|
<container name='test' id='23'>
|
||
|
<service servicelist='ntp'>ntp</service>
|
||
|
<service_access service='ntp'>
|
||
|
<port protocol='udp' service_accesslist='ntp_udp'>123</port>
|
||
|
<tcpwrapper>ntpd</tcpwrapper>
|
||
|
</service_access>
|
||
|
</container>
|
||
|
</containers>
|
||
|
|
||
|
<variables>
|
||
|
<family name='général'>
|
||
|
<variable name='mode_conteneur_actif' type='oui/non' description="No change" hidden="True">
|
||
|
<value>oui</value>
|
||
|
</variable>
|
||
|
<variable name='mode_conteneur_actif1' type='oui/non' description="No change" hidden="True">
|
||
|
<value>oui</value>
|
||
|
</variable>
|
||
|
</family>
|
||
|
<separators/>
|
||
|
</variables>
|
||
|
|
||
|
<constraints>
|
||
|
<condition name='disabled_if_in' source='mode_conteneur_actif'>
|
||
|
<param>oui</param>
|
||
|
<target type='service_accesslist'>ntp_udp</target>
|
||
|
</condition>
|
||
|
<condition name='disabled_if_in' source='mode_conteneur_actif1'>
|
||
|
<param>oui</param>
|
||
|
<target type='servicelist'>ntp</target>
|
||
|
</condition>
|
||
|
</constraints>
|
||
|
|
||
|
<help/>
|
||
|
|
||
|
</creole>
|
||
|
<!-- vim: ts=4 sw=4 expandtab
|
||
|
-->
|