21 lines
510 B
XML
21 lines
510 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<rougail version="0.9">
|
|
|
|
<services>
|
|
<service name="test">
|
|
<file>/etc/file</file>
|
|
<file engine="jinja2">/etc/file2</file>
|
|
</service>
|
|
</services>
|
|
|
|
<variables>
|
|
<family name="general">
|
|
<variable name="mode_conteneur_actif" type="string" description="Description">
|
|
<value>non</value>
|
|
</variable>
|
|
</family>
|
|
</variables>
|
|
</rougail>
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
-->
|