rougail/tests/dictionaries/70container_files_symlink_v.../00-base.xml

17 lines
492 B
XML
Raw Normal View History

2020-12-26 15:15:51 +01:00
<?xml version="1.0" encoding="utf-8"?>
2021-02-18 18:57:50 +01:00
<rougail version="0.9">
2020-12-26 15:15:51 +01:00
<services>
<service name='test'>
<file name='file_name' file_type="variable" source="mailname" variable="var"/>
</service>
</services>
<variables>
2021-02-17 09:52:17 +01:00
<variable name='file_name' type='filename'>
<value>/etc/mailname</value>
</variable>
<variable name='var' type='string'>
<value>mailname</value>
</variable>
2020-12-26 15:15:51 +01:00
</variables>
</rougail>