20 lines
472 B
XML
20 lines
472 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<rougail version="0.9">
|
|
|
|
<services>
|
|
<service name='ntp'>
|
|
<port protocol='udp' port_type="variable">my_variable</port>
|
|
<port protocol='tcp' port_type="variable">my_variable</port>
|
|
</service>
|
|
</services>
|
|
|
|
<variables>
|
|
<variable name='my_variable' type='string'>
|
|
<value>123</value>
|
|
</variable>
|
|
</variables>
|
|
</rougail>
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
-->
|