<?xml version="1.0" encoding="utf-8"?>

<rougail>

    <services>
        <service name='testsrv'>
            <ip interface='eth0'>192.168.1.1</ip>
        </service>
    </services>

    <variables>
        <family name='général'>
            <variable name='mode_conteneur_actif' type='string' description="No change" hidden="True">
                <value>oui</value>
            </variable>
        </family>
    </variables>
</rougail>
<!-- vim: ts=4 sw=4 expandtab
-->