15 lines
430 B
XML
15 lines
430 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<rougail version="0.9">
|
|
<services>
|
|
<service name='test'>
|
|
<file file_type="variable" source="mailname">file_name</file>
|
|
</service>
|
|
</services>
|
|
<variables>
|
|
<variable name='file_name' type='filename' multi='True'>
|
|
<value>/etc/mailname</value>
|
|
<value>/etc/mailname2</value>
|
|
</variable>
|
|
</variables>
|
|
</rougail>
|